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 513 of file ember-types.h .

Field Documentation

EmberEventUnits EmberEventControl::status

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

Definition at line 515 of file ember-types.h .

EmberTaskId EmberEventControl::taskid

The task ID this event belongs to.

Definition at line 517 of file ember-types.h .

uint32_t EmberEventControl::timeToExecute

How long before the event fires. Units are always in milliseconds.

Definition at line 521 of file ember-types.h .


The documentation for this struct was generated from the following file:
  • ember-types.h