Common message structure passed to event handler. More...
#include <lctr_api.h>
Data Fields | |
uint16_t | handle |
uint8_t | dispId |
uint8_t | event |
Common message structure passed to event handler.
Definition at line 109 of file lctr_api.h.
uint8_t dispId |
Dispatch ID.
Definition at line 112 of file lctr_api.h.
uint8_t event |
Event ID.
Definition at line 113 of file lctr_api.h.
uint16_t handle |
Handle.
Definition at line 111 of file lctr_api.h.