#include <event.h>
Data Fields | |
uint8_t | type |
int16_t | subtype |
int16_t | flags |
int8_t | error |
uint8_t event::type |
See EventsEnum.
int16_t event::subtype |
More type information. This is call specific.
int16_t event::flags |
Notifications may entail flag information. This is call specific.
int8_t event::error |
Notifications may entail error information defined in ErrnoEnum.