EmberEventControl Struct Reference
The control structure for events.
#include <
ember-types.h
>
Data Fields |
|
EmberEventUnits | status |
EmberTaskId | taskid |
uint32_t | timeToExecute |
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.
Field Documentation
EmberEventUnits EmberEventControl::status |
The event's status, either inactive or the units for timeToExecute.
EmberTaskId EmberEventControl::taskid |
The ID of the task this event belongs to.
uint32_t EmberEventControl::timeToExecute |
Indicates how long before the event fires. Units are milliseconds.
The documentation for this struct was generated from the following file:
-
ember-types.h