13.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

FieldDescription
CmdIdCommand ID
RspIdResponse ID
LengthCommand/Response Lengh
p_PayloadCommand/Response Payload
(*fnPtr)Pointer to Function