#include <tmr_tag_data.h>
Public Attributes | |
| uint8_t | epc [TMR_MAX_EPC_BYTE_COUNT] |
| TMR_TagProtocol | protocol |
| uint8_t | epcByteCount |
| uint8_t | xepc [2] |
| uint16_t | crc |
| union { | |
| TMR_GEN2_TagData gen2 | |
| } | u |
A structure to represent RFID tags.
| uint16_t TMR_TagData::crc |
Tag CRC
| uint8_t TMR_TagData::epc[TMR_MAX_EPC_BYTE_COUNT] |
Tag EPC
| uint8_t TMR_TagData::epcByteCount |
Length of the tag's EPC in bytes
Gen2-specific tag information
Protocol of the tag
| union { ... } TMR_TagData::u |
Protocol-specific tag information
| uint8_t TMR_TagData::xepc[2] |
Scrambled Brand Identifier of UCODE8 tag
1.6.3