1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<title>WBT_InitChild</title>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</head>
10
11<body>
12
13<h1 align="left">WBT_InitChild&nbsp;<img src="../../image/NTR.gif"><img src="../../image/TWL.gif"></h1>
14<h2>Syntax</h2>
15
16<dl>
17  <dd>
18<CODE>#include &lt;nitro/wbt.h&gt;</CODE><BR> <BR> <CODE>void WBT_InitChild(WBTCallback callback);</CODE><br> <br>
19  </dd>
20</dl>
21<h2>Arguments</h2>
22<p>
23<TABLE border="1" width="100%">
24  <TBODY>
25    <TR>
26<TD width="13%"><CODE>callback</CODE></TD>
27<TD width="87%"><A href="../wbt_callback_type.html"><CODE>WBTCallback</CODE></A>-type function that notifies an event generated separately from any particular command. In this function, the callback is notified as a <A href="../wbt_command_type_const.html"><CODE>WBT_CMD_SYSTEM_CALLBACK</CODE></A> command. This callback is called from inside the <a href="../child/WBT_MpChildRecvHook.html"><code>WBT_MpChildRecvHook</code></a> function.
28	  </TD>
29    </TR>
30  </TBODY>
31</TABLE>
32</p>
33
34<h2>Return Values</h2>
35<p>None.</p>
36
37<H2>Description</H2>
38<P>Initializes the WBT library as a child. This function can only be used by a wireless child.<br> There are no special conditions, such as wireless library status, related to calling this function.
39<h2>See Also</h2>
40<p>
41<A href="WBT_InitParent.html"><CODE>WBT_InitParent</CODE></A><BR> <A href="WBT_End.html"><CODE>WBT_End</CODE></A><BR> <A href="../child/WBT_MpChildRecvHook.html"><CODE>WBT_MpChildRecvHook</CODE></A><BR> <A href="../wbt_callback_type.html"><CODE>WBTCallback</CODE></A></P>
42<H2>Revision History</H2>
43<P>
442005/06/01 Added text indicating that the callback is called from the <CODE>WBT_MpChildRecvHook</CODE> function.<br> 2004/09/21 Initial version.
45</P>
46<hr><p>CONFIDENTIAL</p></body>
47</html>
48