playerc_rfid_t Struct Reference
RFID proxy data. More...
#include <playerc.h>
Collaboration diagram for playerc_rfid_t:
Detailed Description
RFID proxy data.
Public Attributes | |
playerc_device_t | info |
Device info; must be at the start of all device structures. More... | |
uint16_t | tags_count |
The number of RFID tags found. More... | |
playerc_rfidtag_t * | tags |
The list of RFID tags. More... | |
Member Data Documentation
◆ info
playerc_device_t playerc_rfid_t::info |
Device info; must be at the start of all device structures.
◆ tags
playerc_rfidtag_t* playerc_rfid_t::tags |
The list of RFID tags.
Referenced by PlayerCc::RFIDProxy::GetRFIDTag().
◆ tags_count
uint16_t playerc_rfid_t::tags_count |
The number of RFID tags found.
Referenced by PlayerCc::RFIDProxy::GetTagsCount().
The documentation for this struct was generated from the following file: