KNX IoT
KNX IoT Point API stack implementation
|
Structure to manage network interface handler list. More...
#include <oc_network_events.h>
Data Fields | |
interface_event_handler_t | handler |
the callback (handler) More... | |
struct oc_network_interface_cb * | next |
next in the list More... | |
Structure to manage network interface handler list.
Definition at line 50 of file oc_network_events.h.
interface_event_handler_t handler |
the callback (handler)
Definition at line 53 of file oc_network_events.h.
struct oc_network_interface_cb* next |
next in the list
Definition at line 52 of file oc_network_events.h.