Complete events with a control and a handler procedure.
An application typically creates an array of events along with their handlers. The main loop passes the array to ::sl_zigbee_run_events() to call the handlers of any events whose time has arrived.
Public Attribute Documentation#
control#
sl_zigbee_event_control_t* sl_zigbee_event_data_t::control
The control structure for the event.
Definition at line
1806
of file stack/include/sl_zigbee_types.h
handler#
void(* sl_zigbee_event_data_t::handler) (void)
The procedure to call when the event fires.
Definition at line
1808
of file stack/include/sl_zigbee_types.h