rfid
The rfid proxy provides an interface to a RFID reader. More...
Detailed Description
The rfid proxy provides an interface to a RFID reader.
Classes | |
| struct | playerc_rfidtag_t |
| Structure describing a single RFID tag. More... | |
| struct | playerc_rfid_t |
| RFID proxy data. More... | |
Functions | |
| PLAYERC_EXPORT playerc_rfid_t * | playerc_rfid_create (playerc_client_t *client, int index) |
| Create a rfid proxy. More... | |
| PLAYERC_EXPORT void | playerc_rfid_destroy (playerc_rfid_t *device) |
| Destroy a rfid proxy. More... | |
| PLAYERC_EXPORT int | playerc_rfid_subscribe (playerc_rfid_t *device, int access) |
| Subscribe to the rfid device. More... | |
| PLAYERC_EXPORT int | playerc_rfid_unsubscribe (playerc_rfid_t *device) |
| Un-subscribe from the rfid device. More... | |
Function Documentation
◆ playerc_rfid_create()
| PLAYERC_EXPORT playerc_rfid_t* playerc_rfid_create | ( | playerc_client_t * | client, |
| int | index | ||
| ) |
Create a rfid proxy.
◆ playerc_rfid_destroy()
| PLAYERC_EXPORT void playerc_rfid_destroy | ( | playerc_rfid_t * | device | ) |
Destroy a rfid proxy.
◆ playerc_rfid_subscribe()
| PLAYERC_EXPORT int playerc_rfid_subscribe | ( | playerc_rfid_t * | device, |
| int | access | ||
| ) |
Subscribe to the rfid device.
◆ playerc_rfid_unsubscribe()
| PLAYERC_EXPORT int playerc_rfid_unsubscribe | ( | playerc_rfid_t * | device | ) |
Un-subscribe from the rfid device.

