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
| Field | Description | 
|---|---|
| opcode | opcode | 
| cmdRspSize | Size of cmd Resp array | 
| ntfySize | Size of Notfy array | 
| appTrpsCmdResp | Command Response to structure APP_TRPS_CmdResp_T | 
| appTrpsNotify | Notify Data to structure APP_TRPS_NotifyData_T | 
