#include <nitro/wfs.h>
void WFS_CallServerDisconnectHook(WFSServerContext *context, const WFSPeerInfo *peer);
context | Pointer to the WFSServerContext structure. |
peer | Pointer to the WFSPeerInfo structure where information about the disconnected child (client) is located. |
None.
Notifies the library that a child (client) has disconnected. The application must call this function each time a child (client) disconnects via wireless communications.
WFS_InitServer, WFS_CallServerConnectHook, WFS_CallServerPacketSendHook, WFS_CallServerPacketRecvHook
2007/06/06 Initial version.
CONFIDENTIAL