14.3.4.5 APP_TRPS_NotifyData_T
C
typedef struct __attribute__ ((packed))
{
uint8_t NtfID;
uint8_t Length;
uint8_t *p_Payload;
} APP_TRPS_NotifyData_T;Description
The structure contains the information about control Notify format.
Field Documentation
| Field | Description |
|---|---|
| NtfID | Control Notify ID |
| Length | Control Notify length |
| p_Payload | Control Notify data pointer. |
