The control structure for events.
This structure should not be accessed directly. It holds the event status (one of the EMBER_EVENT_ values) and the time left before the event fires.
Public Attribute Documentation#
status#
sl_zigbee_event_units_t sl_zigbee_event_control_t::status
The event's status, either inactive or the units for timeToExecute.
Definition at line
1798
of file stack/include/sl_zigbee_types.h
taskid#
sl_zigbee_task_id_t sl_zigbee_event_control_t::taskid
The ID of the task this event belongs to.
Definition at line
1800
of file stack/include/sl_zigbee_types.h
timeToExecute#
uint32_t sl_zigbee_event_control_t::timeToExecute
Indicates how long before the event fires. Units are milliseconds.
Definition at line
1804
of file stack/include/sl_zigbee_types.h