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

Go to the source code of this file.

Macros

#define BRP_Srix_ErrNoTag   BRP_ERR_STATUS(0x2400, 0x01)
 
#define BRP_Srix_ErrFrame   BRP_ERR_STATUS(0x2400, 0x03)
 
#define BRP_Srix_ErrHf   BRP_ERR_STATUS(0x2400, 0x04)
 
#define BRP_Srix_ErrCom   BRP_ERR_STATUS(0x2400, 0x05)
 
#define BRP_Srix_ErrSrixCardtypeNotSupported   BRP_ERR_STATUS(0x2400, 0x06)
 
#define BRP_Srix_ErrHwNotSupported   BRP_ERR_STATUS(0x2400, 0x07)
 
#define BRP_Srix_ErrCmdBreak   BRP_ERR_STATUS(0x2400, 0x08)
 

Functions

brp_errcode brp_Srix_Select (brp_protocol protocol, brp_buf *Snr, size_t *Snr_len, brp_mempool *mempool)
 
brp_errcode brp_Srix_Read (brp_protocol protocol, unsigned Adr, brp_buf *Data, size_t *Data_len, brp_mempool *mempool)
 
brp_errcode brp_Srix_Write (brp_protocol protocol, unsigned Adr, brp_buf Data, size_t Data_len)
 

Detailed Description

Srix card commands.

Definition in file srix.h.