IoTivity-Lite
|
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_remove_network_interface_event_callback (interface_event_handler_t cb) |
Remove the callback to receive change notifications for Network interface event. More... | |
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_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. |