RFID reader. More...

Detailed Description

RFID reader.

The RFID interface provides access to a RFID reader (driver implementations include RFID readers such as Skyetek M1 and Inside M300).

#define PLAYER_RFID_DATA_TAGS   1
 Data subtype.
 
#define PLAYER_RFID_REQ_POWER   1
 Request/reply: put the reader in sleep mode (0) or wake it up (1). More...
 
#define PLAYER_RFID_REQ_READTAG   2
 Request/reply: read data from the RFID tag - to be implemented. More...
 
#define PLAYER_RFID_REQ_WRITETAG   3
 Request/reply: write data to the RFID tag - to be implemented. More...
 
#define PLAYER_RFID_REQ_LOCKTAG   4
 Request/reply: lock data blocks of a RFID tag - to be implemented. More...
 
typedef struct player_rfid_tag player_rfid_tag_t
 Structure describing a single RFID tag. More...
 
typedef struct player_rfid_data player_rfid_data_t
 Data. More...
 

Macro Definition Documentation

◆ PLAYER_RFID_REQ_LOCKTAG

#define PLAYER_RFID_REQ_LOCKTAG   4

Request/reply: lock data blocks of a RFID tag - to be implemented.

◆ PLAYER_RFID_REQ_POWER

#define PLAYER_RFID_REQ_POWER   1

Request/reply: put the reader in sleep mode (0) or wake it up (1).

◆ PLAYER_RFID_REQ_READTAG

#define PLAYER_RFID_REQ_READTAG   2

Request/reply: read data from the RFID tag - to be implemented.

◆ PLAYER_RFID_REQ_WRITETAG

#define PLAYER_RFID_REQ_WRITETAG   3

Request/reply: write data to the RFID tag - to be implemented.

Typedef Documentation

◆ player_rfid_data_t

Data.

The RFID data packet.

◆ player_rfid_tag_t

Structure describing a single RFID tag.