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#

EmberEventUnits EmberEventControl::status

The event's status, either inactive or the units for timeToExecute.


taskid#

EmberTaskId EmberEventControl::taskid

The ID of the task this event belongs to.


timeToExecute#

uint32_t EmberEventControl::timeToExecute

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