13.3.4.3 APP_TRPS_Ctrl_T

C

typedef struct
{
    uint8_t               opcode;
    uint8_t               cmdRspSize;
    uint8_t               ntfySize;
    APP_TRPS_CmdResp_T    *appTrpsCmdResp;
    APP_TRPS_NotifyData_T *appTrpsNotify;
} APP_TRPS_Ctrl_T;

Description

The structure contains the information about control Cmd,resp,notify structures.

Field Documentation

FieldDescription
opcodeopcode
cmdRspSizeSize of cmd Resp array
ntfySizeSize of Notfy array
appTrpsCmdRespCommand Response to structure APP_TRPS_CmdResp_T
appTrpsNotifyNotify Data to structure APP_TRPS_NotifyData_T