IoTivity-Lite
|
#include "util/oc_process.h"
Typedefs | |
typedef void(* | interface_event_handler_t) (oc_interface_event_t event) |
Callback function to pass the network interface up/down infomation to App. More... | |
Enumerations | |
enum | oc_interface_event_t { NETWORK_INTERFACE_DOWN , NETWORK_INTERFACE_UP } |
Network events. More... | |
typedef void(* interface_event_handler_t) (oc_interface_event_t event) |
Callback function to pass the network interface up/down infomation to App.
event | enum values in oc_interface_event_t. |
enum oc_interface_event_t |