Control structure for tasks.

This structure should not be accessed directly.

Public Attributes#

bool

Public Attribute Documentation#

nextEventTime#

uint32_t EmberTaskControl::nextEventTime

The time when the next event associated with this task will fire


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

events#

EmberEventData* EmberTaskControl::events

The list of events associated with this task


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

busy#

bool EmberTaskControl::busy

A flag that indicates the task has something to do other than events


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