EmberEventControl Struct Reference
Control structure for events. More...
#include <
ember-types.h
>
Data Fields |
|
EmberEventUnits | status |
EmberTaskId | taskid |
uint32_t | timeToExecute |
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.
Definition at line
579
of file
ember-types.h
.
Field Documentation
◆ status
EmberEventUnits EmberEventControl::status |
The event's status, either inactive or the units for timeToExecute.
Definition at line
581
of file
ember-types.h
.
◆ taskid
EmberTaskId EmberEventControl::taskid |
The task ID this event belongs to.
Definition at line
583
of file
ember-types.h
.
◆ timeToExecute
uint32_t EmberEventControl::timeToExecute |
How long before the event fires. Units are always in milliseconds.
Definition at line
587
of file
ember-types.h
.
The documentation for this struct was generated from the following file:
-
ember-types.h