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.


taskid#

sl_zigbee_task_id_t sl_zigbee_event_control_t::taskid

The ID of the task this event belongs to.


timeToExecute#

uint32_t sl_zigbee_event_control_t::timeToExecute

Indicates how long before the event fires. Units are milliseconds.