IoTivity-Lite
oc_network_events.h File Reference
#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 Documentation

◆ interface_event_handler_t

typedef void(* interface_event_handler_t) (oc_interface_event_t event)

Callback function to pass the network interface up/down infomation to App.

Parameters
eventenum values in oc_interface_event_t.

Enumeration Type Documentation

◆ oc_interface_event_t

Network events.

Enumerator
NETWORK_INTERFACE_DOWN 

network interface down

NETWORK_INTERFACE_UP 

network interface up