playerc_rfid_t Struct Reference
[rfid]
#include <playerc.h>
Detailed Description
RFID proxy data.Public Attributes | |
playerc_device_t | info |
Device info; must be at the start of all device structures. | |
uint16_t | tags_count |
The number of RFID tags found. | |
playerc_rfidtag_t | tags [PLAYERC_RFID_MAX_TAGS] |
The list of RFID tags. |
Member Data Documentation
Device info; must be at the start of all device structures.
uint16_t playerc_rfid_t::tags_count |
The number of RFID tags found.
playerc_rfidtag_t playerc_rfid_t::tags[PLAYERC_RFID_MAX_TAGS] |
The list of RFID tags.
The documentation for this struct was generated from the following file: