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.
Definition at line
1662
of file stack/include/ember-types.h
taskid#
EmberTaskId EmberEventControl::taskid
The ID of the task this event belongs to.
Definition at line
1664
of file stack/include/ember-types.h
timeToExecute#
uint32_t EmberEventControl::timeToExecute
Indicates how long before the event fires. Units are milliseconds.
Definition at line
1668
of file stack/include/ember-types.h