C API for BALTECH SDK
ttf.h
Go to the documentation of this file.
1 
11 #ifndef __BRP_BALTECH_API_CMDS_TTF_H__
12 #define __BRP_BALTECH_API_CMDS_TTF_H__
13 #include "../typedefs.h"
18 #define BRP_TTF_ErrTtfNoTag BRP_ERR_STATUS(0x3400, 0x01)
19 
23 #define BRP_TTF_ErrTtfRxdata BRP_ERR_STATUS(0x3400, 0x03)
24 
28 #define BRP_TTF_ErrTtfParam BRP_ERR_STATUS(0x3400, 0x07)
29 
33 #define BRP_TTF_ErrTtfOvTo BRP_ERR_STATUS(0x3400, 0x08)
34 
38 #define BRP_TTF_ErrTtfHfreqctrl BRP_ERR_STATUS(0x3400, 0x09)
39 
43 #define BRP_TTF_ErrTtfHw BRP_ERR_STATUS(0x3400, 0x0A)
44 
48 #define BRP_TTF_ErrTtfHwNotSupported BRP_ERR_STATUS(0x3400, 0x0C)
49 
62 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);
73 brp_errcode brp_TTF_IdteckRead(brp_protocol protocol, brp_buf* Data, size_t* Data_len, brp_mempool *mempool);
74 #endif
75 
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_TTF_ReadByteStream_RxMod
Definition: typedefs.h:2375
struct brp_protocol_t * brp_protocol
This is a generic handle of a protocol.
Definition: protocol.h:34
struct brp_mempool_object_t * brp_mempool
mempool handle.
Definition: mempool.h:27
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)
unsigned char * brp_buf
represents a pointer to a protocol data buffer.
Definition: common.h:61