1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>MB_Init</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">MB_ReadMultiBootParentBssDesc <IMG src="../../image/NTR.gif" width="24" height="12" border="0" align=middle></h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;nitro/mb.h&gt;</CODE><BR>
20  <BR>
21  <CODE>void    MB_ReadMultiBootParentBssDesc(<A href="../../wm/wm/WMBssDesc.html">WMBssDesc</A>* p_desc,<br>
22    u16 parent_max_size, u16 child_max_size, BOOL ks_flag, BOOL cs_flag);</CODE><br>
23  <br>
24  </dd>
25</dl>
26<h2>Arguments</h2>
27<p>
28<TABLE border="1" width="100%">
29  <TBODY>
30    <TR>
31      <TD width="13%"><EM><STRONG>p_desc</STRONG></EM></TD>
32      <TD width="87%">Pointer to the <CODE><A href="../../wm/wm/WMBssDesc.html">WMBssDesc</A></CODE> structure that will store the parent information.</TD>
33    </TR>
34    <TR>
35      <TD width="13%"><EM><STRONG>parent_max_size</STRONG></EM></TD>
36      <TD width="87%">The maximum transmission size for an MP parent, as configured with the <CODE><a href="../../wm/wm/WM_SetParentParameter.html">WM_SetParentParameter</a></CODE> function by the parent to be connected.<BR>
37      This size must be decided upon by the application before it is specified.</TD>
38    </TR>
39    <TR>
40      <TD width="13%"><EM><STRONG>child_max_size</STRONG></EM></TD>
41      <TD width="87%">The maximum transmission size for an MP child, as configured with the <CODE><a href="../../wm/wm/WM_SetParentParameter.html">WM_SetParentParameter</a></CODE> function by the parent to be connected.<BR>
42      This size must be decided upon by the application before it is specified.</TD>
43    </TR>
44    <TR>
45      <TD width="13%"><EM><STRONG>ks_flag</STRONG></EM></TD>
46      <TD width="87%">The key sharing flag configured with the <CODE><a href="../../wm/wm/WM_SetParentParameter.html">WM_SetParentParameter</a></CODE> function by the parent to be connected.<BR>
47      This setting must be decided upon by the application before it is specified.</TD>
48    </TR>
49    <TR>
50      <TD width="13%"><EM><STRONG>cs_flag</STRONG></EM></TD>
51      <TD width="87%">The continuous transfer flag configured with the <CODE><a href="../../wm/wm/WM_SetParentParameter.html">WM_SetParentParameter</a></CODE> function by the parent to be connected.<BR>
52      This setting must be decided upon by the application before it is specified.</TD>
53    </TR>
54  </TBODY>
55</TABLE>
56</p>
57
58<h2>Return Values</h2>
59<p>None.</p>
60
61<H2>Description</H2>
62<P>If the local device is a multiboot child, this function stores connection information to the specified memory based on the parent information retrieved with the <CODE><A href="../common/MB_GetMultiBootParentBssDesc.html">MB_GetMultiBootParentBssDesc</A></CODE> function.<BR>The <CODE><A href="../../wm/wm/WMBssDesc.html">WMBssDesc</A></CODE> structure saved by this function can be handled in the same way as parent information retrieved with the <CODE><a href="../../wm/wm/WM_StartScan.html">WM_StartScan</a></CODE> function, and can be given as an argument to the <CODE><a href="../../wm/wm/WM_StartConnect.html">WM_StartConnect</a></CODE> function.<BR> <BR>
63<h2>See Also</h2>
64<p><a href="../../wm/wm/WM_SetParentParameter.html">WM_SetParentParameter</a></code>, <code><a href="../../wm/wm/WM_StartScan.html">WM_StartScan<a></code>, <code><a href="../../wm/wm/WM_StartConnect.html">WM_StartConnect</a></code>, <code><a href="../common/MB_GetMultiBootParentBssDesc.html">MB_GetMultiBootParentBssDesc</a></code></P>
65<H2>Revision History</H2>
66<P>
672004/10/05 Initial version.
68</P>
69<hr><p>CONFIDENTIAL</p></body>
70</html>
71