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

◆ taskid

EmberTaskId EmberEventControl::taskid

The task ID this event belongs to.

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

◆ timeToExecute

uint32_t EmberEventControl::timeToExecute

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

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


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