14 #ifndef __BRP_BALTECH_SDK_CMDS_LGA_H__ 15 #define __BRP_BALTECH_SDK_CMDS_LGA_H__ 16 #include "../typedefs.h" 17 #ifdef BALTECH_SDK_INTERNAL 21 #define BRP_Lga_ErrNotag BRP_ERR_STATUS(0x1200, 0x01) 22 #endif // BALTECH_SDK_INTERNAL 23 #ifdef BALTECH_SDK_INTERNAL 29 #define BRP_Lga_ErrLegic BRP_ERR_STATUS(0x1200, 0x02) 30 #endif // BALTECH_SDK_INTERNAL 31 #ifdef BALTECH_SDK_INTERNAL 37 #define BRP_Lga_ErrCommunication BRP_ERR_STATUS(0x1200, 0x03) 38 #endif // BALTECH_SDK_INTERNAL 39 #ifdef BALTECH_SDK_INTERNAL 47 #define BRP_Lga_ErrNotInitialized BRP_ERR_STATUS(0x1200, 0x04) 48 #endif // BALTECH_SDK_INTERNAL 49 #ifdef BALTECH_SDK_INTERNAL 55 #define BRP_Lga_ErrNotAssembled BRP_ERR_STATUS(0x1200, 0x05) 56 #endif // BALTECH_SDK_INTERNAL 57 #ifdef BALTECH_SDK_INTERNAL 68 } brp_Lga_TransparentCommand_t;
99 #ifdef BRP_SUPPORT_LEGACY_METHODS 100 brp_errcode brp_Lga_TransparentCommand(
brp_protocol protocol,
unsigned _input_CmdCode,
brp_buf _input_CmdParams,
size_t _input_CmdParams_len,
unsigned _input_Timeout,
unsigned* Status,
brp_buf* Resp,
size_t* Resp_len,
brp_mempool *mempool);
102 brp_errcode brp_Lga_TransparentCommand(brp_Lga_TransparentCommand_t params);
104 #endif // BALTECH_SDK_INTERNAL unsigned int brp_errcode
This type is used library-wide for passing error codes in the return value of functions.
struct brp_protocol_t * brp_protocol
This is a generic handle of a protocol.
struct brp_mempool_object_t * brp_mempool
mempool handle.
unsigned char * brp_buf
represents a pointer to a protocol data buffer.