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 585 of file /mnt/raid/workspaces/ws.04isO4uyE/overlay/gsdk/protocol/flex/stack/include/ember-types.h

taskid#

EmberTaskId EmberEventControl::taskid

The task ID this event belongs to.


Definition at line 587 of file /mnt/raid/workspaces/ws.04isO4uyE/overlay/gsdk/protocol/flex/stack/include/ember-types.h

timeToExecute#

uint32_t EmberEventControl::timeToExecute

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


Definition at line 591 of file /mnt/raid/workspaces/ws.04isO4uyE/overlay/gsdk/protocol/flex/stack/include/ember-types.h