#include <nitro/wfs.h>
void WFS_CallClientConnectHook(WFSClientContext *context, const WFSPeerInfo *peer);
context | Pointer to the WFSClientContext structure. |
peer | Pointer to the WFSPeerInfo structure where information about the connected parent (server) is located. |
None.
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.
WFS_CallClientDisconnectHook, WFS_CallClientPacketSendHook, WFS_CallClientPacketRecvHook
2007/06/06 Initial version.
CONFIDENTIAL