Updated: October 28, 2024 |
QWF Network Manager event information delivered by the API to the client callback function
#include <qwf/qwf_net.h>
typedef struct qwf_net_Event_s { qwf_net_EventCode_e eventCode; void* pClientCB; union { qwf_net_IfName_t defaultIface; qwf_net_IfaceList_t priorityList; qwf_net_InterfaceData_t ifData; qwf_net_IfName_t removedIface; } netEvent; } qwf_net_Event_t;
Event type (see qwf_net_EventCode_e)
Client callback
Name of new default interface, reported for NET_EVENT_DEFAULT_IFACE_CHANGED events
Updated interface priority list, reported for NET_EVENT_INTERFACE_PRIORITY events
Updated network interface information, reported for NET_EVENT_IFACE_UPDATED events
Name of removed interface, reported for NET_EVENT_IFACE_REMOVED events