EventDistributor object.
All content is private.
Public Attributes#
uint8_t
Number of entries in pEventHandlerTable.
const EventDistributorEventHandler *
pointer to const array of Callback function pointers - Event handlers
void(*
Callback to handler of Notification with no event and wait for event timeout
Public Attribute Documentation#
iEventHandlerTableSize#
uint8_t SEventDistributor::iEventHandlerTableSize
Number of entries in pEventHandlerTable.
Definition at line
78
of file /mnt/raid/workspaces/ws.Mh9rMZz8x/overlay/gsdk/protocol/z-wave/Components/EventDistributor/EventDistributor.h
pEventHandlerTable#
const EventDistributorEventHandler* SEventDistributor::pEventHandlerTable
pointer to const array of Callback function pointers - Event handlers
Definition at line
79
of file /mnt/raid/workspaces/ws.Mh9rMZz8x/overlay/gsdk/protocol/z-wave/Components/EventDistributor/EventDistributor.h
pNoEvent#
void(* SEventDistributor::pNoEvent) (void)
Callback to handler of Notification with no event and wait for event timeout
Definition at line
81
of file /mnt/raid/workspaces/ws.Mh9rMZz8x/overlay/gsdk/protocol/z-wave/Components/EventDistributor/EventDistributor.h