14.3.4.1 APP_TRPS_CmdResp_T
C
typedef struct __attribute__ ((packed))
{
uint8_t CmdId;
uint8_t RspId;
uint8_t Length;
uint8_t* p_Payload;
uint8_t (*fnPtr) (uint8_t*);
} APP_TRPS_CmdResp_T;Description
The structure contains the information about control command/Resp format.
Field Documentation
| Field | Description |
|---|---|
| CmdId | Command ID |
| RspId | Response ID |
| Length | Command/Response Lengh |
| p_Payload | Command/Response Payload |
| (*fnPtr) | Pointer to Function |
