1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" /> 5<meta http-equiv="Content-Style-Type" content="text/css" /> 6<title>WFS_CallClientConnectHook</title> 7<link rel="stylesheet" href="../../css/nitro.css" type="text/css" /> 8</head> 9 10<body> 11 12<h1>WFS_CallClientConnectHook <img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></h1> 13<h2>Syntax</h2> 14 15<dl> 16 <dd> 17<code>#include <nitro/wfs.h></code><br /> 18 <br /> 19 <code>void WFS_CallClientConnectHook(WFSClientContext *context, const <a href="../WFSPeerInfo.html">WFSPeerInfo</a> *peer);</code><br /> 20 <br /> 21 </dd> 22</dl> 23 24<h2>Arguments</h2> 25<table border="1" width="100%"> 26 <tbody> 27 <tr> 28 <td style="width:13%"><em><strong>context</strong></em></td> 29 <td style="width:87%">Pointer to the <CODE>WFSClientContext</CODE> structure.</td> 30 </tr> 31 <tr> 32 <td style="width:13%"><em><strong>peer</strong></em></td> 33 <td style="width:87%">Pointer to the <a href="../WFSPeerInfo.html"><code>WFSPeerInfo</code></a> structure where information about the connected parent (server) is located.</td> 34 </tr> 35 </tbody> 36</table> 37 38<h2>Return Values</h2> 39<p>None.</p> 40 41<h2>Description</h2> 42<p>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. 43</p> 44 45<h2>See Also</h2> 46<p> 47<a href="WFS_CallClientDisconnectHook.html">WFS_CallClientDisconnectHook</a>, <a href="WFS_CallClientPacketSendHook.html">WFS_CallClientPacketSendHook</a>, <a href="WFS_CallClientPacketRecvHook.html">WFS_CallClientPacketRecvHook</a> 48</p> 49 50<h2>Revision History</h2> 51<p> 522007/06/06 Initial version. 53</p> 54<hr><p>CONFIDENTIAL</p></body> 55</html> 56