qwf_net_Disconnect()

Inform NET MGR about a disconnected interface

Synopsis:

#include <qwf/qwf_net.h>
qwf_net_Results_e qwf_net_Disconnect(qwf_Context_t *pCtx,
                                     qwf_net_IfName_t *pIfName);

Arguments:

pCtx
A pointer to the QWF service context created by qwf_Init()
pIfName
A pointer to a qwf_net_IfName_t object containing the name of the disconnected network interface

Library:

qwf_interface

Returns:

NET_OK Successful result

NET_ERR_PARAM A pointer argument is NULL or the QWF Network Manager context can't be retrieved

NET_ERR_INT The QWF Network Manager service couldn't issue the request or read the response