The static part of an event.

Each event can be used with only one event queue.

Public Attributes#

struct EventQueue_s *

the queue this event goes on

void(*

called when the event fires

void(*

marking fuction, can be NULL

const char *

event name for debugging purposes

Public Attribute Documentation#

queue#

struct EventQueue_s* EventActions::queue

the queue this event goes on


Definition at line 478 of file platform/service/token_manager/test/stack/include/sl_zigbee_types.h

handler#

void(* EventActions::handler) (struct Event_s *)

called when the event fires


Definition at line 479 of file platform/service/token_manager/test/stack/include/sl_zigbee_types.h

marker#

void(* EventActions::marker) (struct Event_s *)

marking fuction, can be NULL


Definition at line 480 of file platform/service/token_manager/test/stack/include/sl_zigbee_types.h

name#

const char* EventActions::name

event name for debugging purposes


Definition at line 481 of file platform/service/token_manager/test/stack/include/sl_zigbee_types.h