Complete events with a control and a handler procedure. More...

#include <ember-types.h>

Data Fields

EmberEventControlcontrol
 
void(* handler )(void)
 

Complete events with a control and a handler procedure.

An application typically creates an array of events along with their handlers. The main loop passes the array to emberRunEvents() to call the handlers of any events whose time has arrived.

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

Field Documentation

EmberEventControl* EmberEventData_S::control

The control structure for the event.

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

void(* EmberEventData_S::handler) (void)

The procedure to call when the event fires.

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


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