C API for BALTECH SDK
felica.h File Reference
#include "../typedefs.h"

Go to the source code of this file.

Macros

#define BRP_Felica_ErrFelicaNoTag   BRP_ERR_STATUS(0x1C00, 0x01)
 
#define BRP_Felica_ErrFelicaHf   BRP_ERR_STATUS(0x1C00, 0x04)
 
#define BRP_Felica_ErrFelicaFrame   BRP_ERR_STATUS(0x1C00, 0x07)
 
#define BRP_Felica_ErrFelicaCom   BRP_ERR_STATUS(0x1C00, 0x10)
 
#define BRP_Felica_ErrFelicaCardNotSupported   BRP_ERR_STATUS(0x1C00, 0x22)
 
#define BRP_Felica_ErrFelicaHwNotSupported   BRP_ERR_STATUS(0x1C00, 0x23)
 

Functions

brp_errcode brp_Felica_GenericCmd (brp_protocol protocol, brp_Felica_GenericCmd_FastBaud FastBaud, unsigned Cmd, brp_buf Param, size_t Param_len, unsigned Timeout, brp_buf *Resp, size_t *Resp_len, brp_mempool *mempool)
 
brp_errcode brp_Felica_SetUID2 (brp_protocol protocol, brp_buf UID2)
 
brp_errcode brp_Felica_Request (brp_protocol protocol, brp_Felica_Request_FastBaud FastBaud, unsigned SystemCode, unsigned RequestCode, unsigned *ColFlag, brp_Felica_Request_Labels_Entry **Labels, size_t *Labels_len, brp_mempool *mempool)
 

Detailed Description

These are FeliCa card low-level commands.

Definition in file felica.h.