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

Go to the source code of this file.

Macros

#define BRP_I4CE_ErrIso144State   BRP_ERR_STATUS(0x4800, 0x01)
 
#define BRP_I4CE_ErrCom   BRP_ERR_STATUS(0x4800, 0x02)
 
#define BRP_I4CE_ErrTransmission   BRP_ERR_STATUS(0x4800, 0x03)
 
#define BRP_I4CE_ErrTimeout   BRP_ERR_STATUS(0x4800, 0x04)
 
#define BRP_I4CE_ErrOverflow   BRP_ERR_STATUS(0x4800, 0x05)
 
#define BRP_I4CE_ErrInternal   BRP_ERR_STATUS(0x4800, 0x06)
 

Functions

brp_errcode brp_I4CE_StartEmu (brp_protocol protocol, brp_buf Snr, unsigned FWT, unsigned TimeoutPCD, unsigned TimeoutAPDU, brp_buf ATS, size_t ATS_len, unsigned AutoWTX, brp_buf *FirstCmd, size_t *FirstCmd_len, brp_mempool *mempool)
 
brp_errcode brp_I4CE_ExchangeInverseAPDU (brp_protocol protocol, brp_buf Rsp, size_t Rsp_len, unsigned Timeout, brp_buf *Cmd, size_t *Cmd_len, brp_mempool *mempool)
 
brp_errcode brp_I4CE_ExtendWaitingTime (brp_protocol protocol, unsigned WaitingTimeout, unsigned WTXM, unsigned RefreshTimeRatio)
 
brp_errcode brp_I4CE_GetExternalHfStatus (brp_protocol protocol, unsigned *ExtFieldStat)
 

Detailed Description

This command group allows to emulate an ISO 14443-4 card.

Definition in file i4ce.h.