WFS_CallServerDisconnectHook 

Syntax

#include <nitro/wfs.h>

void WFS_CallServerDisconnectHook(WFSServerContext *context, const WFSPeerInfo *peer);

Arguments

context Pointer to the WFSServerContext structure.
peer Pointer to the WFSPeerInfo structure where information about the disconnected child (client) is located.

Return Values

None.

Description

Notifies the library that a child (client) has disconnected. The application must call this function each time a child (client) disconnects via wireless communications.

See Also

WFS_InitServer, WFS_CallServerConnectHook, WFS_CallServerPacketSendHook, WFS_CallServerPacketRecvHook

Revision History

2007/06/06 Initial version.


CONFIDENTIAL