#include <tmr_tag_data.h>
Public Attributes | |
uint16_t | crc |
uint8_t | epc [TMR_MAX_EPC_BYTE_COUNT] |
uint8_t | epcByteCount |
TMR_TagProtocol | protocol |
union { | |
TMR_GEN2_TagData gen2 | |
} | u |
A structure to represent RFID tags.
Definition at line 46 of file tmr_tag_data.h.
uint16_t TMR_TagData::crc |
Tag CRC
Definition at line 55 of file tmr_tag_data.h.
uint8_t TMR_TagData::epc[TMR_MAX_EPC_BYTE_COUNT] |
Tag EPC
Definition at line 49 of file tmr_tag_data.h.
uint8_t TMR_TagData::epcByteCount |
Length of the tag's EPC in bytes
Definition at line 53 of file tmr_tag_data.h.
Gen2-specific tag information
Definition at line 60 of file tmr_tag_data.h.
Protocol of the tag
Definition at line 51 of file tmr_tag_data.h.
union { ... } TMR_TagData::u |
Protocol-specific tag information