rfid

RFID reader. More...

#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).
#define PLAYER_RFID_REQ_READTAG   2
 Request/reply: read data from the RFID tag - to be implemented.
#define PLAYER_RFID_REQ_WRITETAG   3
 Request/reply: write data to the RFID tag - to be implemented.
#define PLAYER_RFID_REQ_LOCKTAG   4
 Request/reply: lock data blocks of a RFID tag - to be implemented.
typedef struct player_rfid_tag player_rfid_tag_t
 Structure describing a single RFID tag.
typedef struct player_rfid_data player_rfid_data_t
 Data.

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 Documentation

#define PLAYER_RFID_REQ_LOCKTAG   4

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

#define PLAYER_RFID_REQ_POWER   1

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

#define PLAYER_RFID_REQ_READTAG   2

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

#define PLAYER_RFID_REQ_WRITETAG   3

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


Typedef Documentation

Data.

The RFID data packet.

Structure describing a single RFID tag.


Last updated 25 May 2011 21:17:00