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

Go to the source code of this file.

Macros

#define BRP_TTF_ErrTtfNoTag   BRP_ERR_STATUS(0x3400, 0x01)
 
#define BRP_TTF_ErrTtfRxdata   BRP_ERR_STATUS(0x3400, 0x03)
 
#define BRP_TTF_ErrTtfParam   BRP_ERR_STATUS(0x3400, 0x07)
 
#define BRP_TTF_ErrTtfOvTo   BRP_ERR_STATUS(0x3400, 0x08)
 
#define BRP_TTF_ErrTtfHfreqctrl   BRP_ERR_STATUS(0x3400, 0x09)
 
#define BRP_TTF_ErrTtfHw   BRP_ERR_STATUS(0x3400, 0x0A)
 
#define BRP_TTF_ErrTtfHwNotSupported   BRP_ERR_STATUS(0x3400, 0x0C)
 

Functions

brp_errcode brp_TTF_ReadByteStream (brp_protocol protocol, bool ResetDataPtr, unsigned SamplingTime, unsigned Rxlen, brp_TTF_ReadByteStream_RxMod RxMod, brp_buf *Data, size_t *Data_len, brp_mempool *mempool)
 
brp_errcode brp_TTF_IdteckRead (brp_protocol protocol, brp_buf *Data, size_t *Data_len, brp_mempool *mempool)
 

Detailed Description

Command to read 125kHz TTF (tag talks first) cards.

Definition in file ttf.h.