16 #ifndef __BRP_BALTECH_SDK_CMDS_ISO14L4_H__ 17 #define __BRP_BALTECH_SDK_CMDS_ISO14L4_H__ 18 #include "../typedefs.h" 22 #define BRP_Iso14L4_ErrNoTag BRP_ERR_STATUS(0x1600, 0x01) 26 #define BRP_Iso14L4_ErrHf BRP_ERR_STATUS(0x1600, 0x04) 30 #define BRP_Iso14L4_ErrCard BRP_ERR_STATUS(0x1600, 0x05) 34 #define BRP_Iso14L4_ErrCom BRP_ERR_STATUS(0x1600, 0x10) 38 #define BRP_Iso14L4_ErrCmd BRP_ERR_STATUS(0x1600, 0x23) 84 #ifdef BRP_SUPPORT_LEGACY_METHODS 85 brp_errcode brp_Iso14L4_SetupAPDU(
brp_protocol protocol,
bool EnDefault,
bool ToggleAB,
bool EnNAD,
bool EnCID,
unsigned CID,
unsigned NAD,
brp_Iso14L4_SetupAPDU_FSCI FSCI,
brp_Iso14L4_SetupAPDU_FWI FWI,
brp_DivisorInteger DSI,
brp_DivisorInteger DRI);
110 #ifdef BRP_SUPPORT_LEGACY_METHODS 126 #ifdef BRP_SUPPORT_LEGACY_METHODS brp_Iso14L4_SetupAPDU_FSCI FSCI
brp_errcode brp_Iso14L4_Deselect(brp_Iso14L4_Deselect_t params)
This command switches one or multiple PICC(s) to halt state.
brp_DivisorInteger
Divisor Send/Receive Integer (DSI/DRI)
unsigned int brp_errcode
This type is used library-wide for passing error codes in the return value of functions.
struct brp_protocol_t * brp_protocol
This is a generic handle of a protocol.
brp_Iso14L4_SetupAPDU_FSCI
Frame Size proximity Card Integer (FSCI).
brp_Iso14L4_SetupAPDU_FWI FWI
struct brp_mempool_object_t * brp_mempool
mempool handle.
brp_errcode brp_Iso14L4_ExchangeAPDU(brp_Iso14L4_ExchangeAPDU_t params)
This command allows to transmit/receive Application Protocol Data Units (APDUs) according to the ISO ...
brp_errcode brp_Iso14L4_SetupAPDU(brp_Iso14L4_SetupAPDU_t params)
Setup communication parameters and select a certain PICC for APDU exchange.
unsigned char * brp_buf
represents a pointer to a protocol data buffer.
brp_Iso14L4_SetupAPDU_FWI
Frame Waiting time Integer (FWI).