#include <nitro/wfs.h>
void WFS_CallClientDisconnectHook(WFSClientContext *context, const WFSPeerInfo *peer);
context | Pointer to the WFSClientContext structure. |
peer | Pointer to the WFSPeerInfo structure where information about the disconnected parent (server) is located. |
None.
Notifies the library that the connection to the parent (server) has ended. The application must call this function when disconnecting from a parent (server) via wireless communications.
WFS_CallClientConnectHook, WFS_CallClientPacketSendHook, WFS_CallClientPacketRecvHook
2007/06/06 Initial version.
CONFIDENTIAL