|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Event data made of a code and a string. More...
#include <hl7800.h>
Data Fields | |
| uint8_t | code |
| Value of the enumeration matching the event type. | |
| char * | string |
| NUL terminated string reported with the value. | |
Event data made of a code and a string.
The modem reports state values as an enumeration and a string. GPS values are reported with a type of value and string.
| uint8_t mdm_hl7800_compound_event::code |
Value of the enumeration matching the event type.
| char* mdm_hl7800_compound_event::string |
NUL terminated string reported with the value.