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