Structure describing a single RFID tag. More...
#include <playerc.h>
Public Attributes | |
uint32_t | type |
Tag type. | |
uint32_t | guid_count |
GUID count. | |
uint8_t * | guid |
The Globally Unique IDentifier (GUID) of the tag. |
Structure describing a single RFID tag.
uint8_t* playerc_rfidtag_t::guid |
The Globally Unique IDentifier (GUID) of the tag.
uint32_t playerc_rfidtag_t::guid_count |
GUID count.
uint32_t playerc_rfidtag_t::type |
Tag type.