14.3.4.4 APP_TRPS_CtrlCmd_T
C
typedef struct __attribute__ ((packed))
{
uint8_t Opcode;
uint8_t Length;
uint8_t ctrlID;
uint8_t* p_Payload;
} APP_TRPS_CtrlCmd_T;Description
The structure contains the information about control command format.
Field Documentation
| Field | Description |
|---|---|
| Opcode | Control Opcode |
| Length | Control command length |
| ctrlID | Control control ID |
| p_Payload | Control command data pointer. |
