Trident IoT Z-Wave SDK
 
Loading...
Searching...
No Matches
zaf_event_distributor.h
Go to the documentation of this file.
1
7#ifndef ZAF_EVENT_DISTRIBUTOR_H
8#define ZAF_EVENT_DISTRIBUTOR_H
9
10#include <stdint.h>
11#include <stdbool.h>
12#include <EventDistributor.h>
13
27
35const SEventDistributor *zaf_event_distributor_get(void);
36
45
51#endif /* ZAF_EVENT_DISTRIBUTOR_H */
uint32_t zaf_event_distributor_distribute(void)
Distributes events.
const SEventDistributor * zaf_event_distributor_get(void)
Gets the events distributor.
void zaf_event_distributor_init(void)
Initializes the ZAF Event Distributor component.