WFS_CallClientConnectHook 

Syntax

#include <nitro/wfs.h>

void WFS_CallClientConnectHook(WFSClientContext *context, const WFSPeerInfo *peer);

Arguments

context Pointer to the WFSClientContext structure.
peer Pointer to the WFSPeerInfo structure where information about the connected parent (server) is located.

Return Values

None.

Description

Notifies the library that connection to the parent (server) has been established. The application must call this function when connecting to a parent (server) via wireless communications.

See Also

WFS_CallClientDisconnectHook, WFS_CallClientPacketSendHook, WFS_CallClientPacketRecvHook

Revision History

2007/06/06 Initial version.


CONFIDENTIAL