KNX IoT
KNX IoT Point API stack implementation
|
monitoring (callbacks) for network events (network interfaces going up/down) More...
Go to the source code of this file.
Functions | |
int | oc_add_network_interface_event_callback (interface_event_handler_t cb) |
Add the callback to receive change notifications for Network interface event. More... | |
int | oc_add_session_event_callback (session_event_handler_t cb) |
Add the callback to receive change notifications for Network interface event. More... | |
int | oc_remove_network_interface_event_callback (interface_event_handler_t cb) |
Remove the callback to receive change notifications for Network interface event. More... | |
int | oc_remove_session_event_callback (session_event_handler_t cb) |
Remove the callback to receive change notifications for Network interface event. More... | |
monitoring (callbacks) for network events (network interfaces going up/down)
Definition in file oc_network_monitor.h.
int oc_add_network_interface_event_callback | ( | interface_event_handler_t | cb | ) |
Add the callback to receive change notifications for Network interface event.
cb | The callback to be added. Must not be NULL. |
int oc_add_session_event_callback | ( | session_event_handler_t | cb | ) |
Add the callback to receive change notifications for Network interface event.
cb | The callback to be added. Must not be NULL. |
int oc_remove_network_interface_event_callback | ( | interface_event_handler_t | cb | ) |
Remove the callback to receive change notifications for Network interface event.
cb | The callback to be removed. Must not be NULL. |
int oc_remove_session_event_callback | ( | session_event_handler_t | cb | ) |
Remove the callback to receive change notifications for Network interface event.
cb | The callback to be removed. Must not be NULL. |