Skip to content

Struct SYN_RFID

ClassList > SYN_RFID

Generic RFID Instance Context.

  • #include <syn_rfid.h>

Public Attributes

Type Name
bool card_present
SYN_GPIO_Pin rst_pin
SYN_GPIO_Pin ss_pin
SYN_RFIDType type
uint8_t uid
uint8_t uid_len

Public Attributes Documentation

variable card_present

bool SYN_RFID::card_present;

True if card detected near antenna


variable rst_pin

SYN_GPIO_Pin SYN_RFID::rst_pin;

variable ss_pin

SYN_GPIO_Pin SYN_RFID::ss_pin;

variable type

SYN_RFIDType SYN_RFID::type;

variable uid

uint8_t SYN_RFID::uid[10];

Extracted card UID byte array


variable uid_len

uint8_t SYN_RFID::uid_len;

UID length (4, 7, or 10 bytes)



The documentation for this class was generated from the following file src/syntropic/drivers/syn_rfid.h