BALTECH Docs |
C API for BALTECH SDK
|
Command to read 125kHz TTF (tag talks first) cards. More...
#include "../typedefs.h"
Go to the source code of this file.
Macros | |
#define | BRP_TTF_ErrTtfNoTag BRP_ERR_STATUS(0x3400, 0x01) |
No tag error. More... | |
#define | BRP_TTF_ErrTtfRxdata BRP_ERR_STATUS(0x3400, 0x03) |
Wrong length or wrong data. More... | |
#define | BRP_TTF_ErrTtfParam BRP_ERR_STATUS(0x3400, 0x07) |
Wrong cmd param. More... | |
#define | BRP_TTF_ErrTtfOvTo BRP_ERR_STATUS(0x3400, 0x08) |
ISR buffer overflow during receive. More... | |
#define | BRP_TTF_ErrTtfHfreqctrl BRP_ERR_STATUS(0x3400, 0x09) |
Another task requested control over HF via hf_request_control. More... | |
#define | BRP_TTF_ErrTtfHw BRP_ERR_STATUS(0x3400, 0x0A) |
Platform ID missing or hardware error. More... | |
#define | BRP_TTF_ErrTtfHwNotSupported BRP_ERR_STATUS(0x3400, 0x0C) |
Hardware not supported. More... | |
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) |
Returns raw data of the 125 kHz HF interface. More... | |
brp_errcode | brp_TTF_IdteckRead (brp_protocol protocol, brp_buf *Data, size_t *Data_len, brp_mempool *mempool) |
Returns data of idteck tags (read only tag). More... | |
Command to read 125kHz TTF (tag talks first) cards.
Definition in file ttf.h.