C API for BALTECH SDK
i4ce.h
Go to the documentation of this file.
1 
11 #ifndef __BRP_BALTECH_API_CMDS_I4CE_H__
12 #define __BRP_BALTECH_API_CMDS_I4CE_H__
13 #include "../typedefs.h"
21 #define BRP_I4CE_ErrIso144State BRP_ERR_STATUS(0x4800, 0x01)
22 
26 #define BRP_I4CE_ErrCom BRP_ERR_STATUS(0x4800, 0x02)
27 
31 #define BRP_I4CE_ErrTransmission BRP_ERR_STATUS(0x4800, 0x03)
32 
36 #define BRP_I4CE_ErrTimeout BRP_ERR_STATUS(0x4800, 0x04)
37 
42 #define BRP_I4CE_ErrOverflow BRP_ERR_STATUS(0x4800, 0x05)
43 
47 #define BRP_I4CE_ErrInternal BRP_ERR_STATUS(0x4800, 0x06)
48 
123 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);
158 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);
195 brp_errcode brp_I4CE_ExtendWaitingTime(brp_protocol protocol, unsigned WaitingTimeout, unsigned WTXM, unsigned RefreshTimeRatio);
205 brp_errcode brp_I4CE_GetExternalHfStatus(brp_protocol protocol, unsigned* ExtFieldStat);
206 #endif
207 
unsigned int brp_errcode
This type is used library-wide for passing error codes in the return value of functions.
Definition: errorcodes.h:23
brp_errcode brp_I4CE_GetExternalHfStatus(brp_protocol protocol, unsigned *ExtFieldStat)
struct brp_protocol_t * brp_protocol
This is a generic handle of a protocol.
Definition: protocol.h:34
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)
struct brp_mempool_object_t * brp_mempool
mempool handle.
Definition: mempool.h:27
unsigned char * brp_buf
represents a pointer to a protocol data buffer.
Definition: common.h:61
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)