1.5.4.17 AL_EVENT_VALUE Struct
C
typedef struct
{
uint8_t length;
uint8_t value[MAC_EVENT_VALUE_MAX_LENGTH];
} AL_EVENT_VALUE;
Summary
Contains fields defining an AL Event.
Description
Contains fields of a AL Event, its length and value itself:
- length: The length of reported value
- value: Buffer containing the reported value
Remarks
None.
