![]() |
BALTECH Docs |
BALTECH SDK wrapper functions reference
|
These are FeliCa card low-level commands. More...
#include "../typedefs.h"Go to the source code of this file.
Data Structures | |
| struct | brp_Felica_GenericCmd_t |
| struct | brp_Felica_SetUID2_t |
| struct | brp_Felica_Request_t |
Macros | |
| #define | BRP_Felica_ErrFelicaNoTag BRP_ERR_STATUS(0x1C00, 0x01) |
| No PICC in HF field. More... | |
| #define | BRP_Felica_ErrFelicaHf BRP_ERR_STATUS(0x1C00, 0x04) |
| PICC-reader communication error. More... | |
| #define | BRP_Felica_ErrFelicaFrame BRP_ERR_STATUS(0x1C00, 0x07) |
| Bit error, parity error or frame error. More... | |
| #define | BRP_Felica_ErrFelicaCom BRP_ERR_STATUS(0x1C00, 0x10) |
| Communication error uC - reader chip. More... | |
| #define | BRP_Felica_ErrFelicaCardNotSupported BRP_ERR_STATUS(0x1C00, 0x22) |
| Reader chip does not support cardtype-selected baud rate. More... | |
Functions | |
| brp_errcode | brp_Felica_GenericCmd (brp_Felica_GenericCmd_t params) |
| Generic command for FeliCa. More... | |
| brp_errcode | brp_Felica_SetUID2 (brp_Felica_SetUID2_t params) |
| Sets UID2 used by generic command. More... | |
| brp_errcode | brp_Felica_Request (brp_Felica_Request_t params) |
| Polls for tags with number of time slots, returns NFCID2 list of detected tags (maximum 16 / length 8). More... | |
These are FeliCa card low-level commands.
Definition in file felica.h.