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 8.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<TITLE>MB_FakeReadParentBssDesc</TITLE> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">MB_FakeReadParentBssDesc <IMG src="../../image/NTR.gif" width="24" height="12" border="0" align=middle><IMG src="../../image/TWL.gif" width="24" height="12" border="0" align=middle></h1> 15<h2>Syntax</h2> 16 17<dl> 18 <dd> 19 <PRE><CODE>#include <nitro/mb/mb_fake_child.h></CODE><BR> 20<CODE>BOOL </CODE> 21 <CODE>MB_FakeReadParentBssDesc( u16 index, <A href="../../wm/wm/WMBssDesc.html">WMBssDesc</A>* pBssDesc, <BR> u16 parent_max_size, <BR> u16 child_max_size, <BR> BOOL ks_flag, <BR> BOOL cs_flag );</CODE><br></PRE> 22 </dd> 23</dl> 24<h2>Arguments</h2> 25<TABLE border="1" width="100%"> 26 <TBODY> 27 <TR> 28 <TD width="13%"><EM><STRONG>index</STRONG></EM></TD> 29 <TD width="87%">Index for managing the multiboot parent information.</TD> 30 </TR> 31 <TR> 32 <TD><B><I>pBssDesc</I></B></TD> 33 <TD>Pointer to the region for fetching the parent connection information.</TD> 34 </TR> 35 <TR> 36 <TD><B><I>parent_max_size</I></B></TD> 37 <TD>Parent MP-send packet size.</TD> 38 </TR> 39 <TR> 40 <TD><B><I>child_max_size</I></B></TD> 41 <TD>Child MP-receive packet size.</TD> 42 </TR> 43 <TR> 44 <TD><B><I>ks_flag</I></B></TD> 45 <TD>Key sharing flag.</TD> 46 </TR> 47 <TR> 48 <TD><B><I>cs_flag</I></B></TD> 49 <TD>Continuous transmission flag.</TD> 50 </TR> 51 </TBODY> 52</TABLE> 53<h2>Return Values</h2> 54<p><CODE>TRUE</CODE> if the <SPAN class="argument">index</SPAN> argument specifies valid parent information. <CODE>FALSE</CODE> if the <SPAN class="argument">index</SPAN> is not valid.</p> 55 56<H2>Description</H2> 57<P>Gets information that is based on the parent connection information obtained by the <CODE><A href="MB_FakeGetParentBssDesc.html">MB_FakeGetParentBssDesc</A></CODE> function, which also includes the MP packet size and communication mode.<BR>This connection information can be used after the DS Download Play process ends to reconnect to the parent.<BR> If the index specified by the <i>index</i> argument is not valid, the function returns FALSE.<BR> 58</p> 59<h2>See Also</h2> 60<p><A href="MB_FakeGetParentBssDesc.html">MB_FakeGetParentBssDesc</A><CODE>, <CODE><A href="../../wm/wm/WM_StartConnect.html">WM_StartConnect</A></CODE>, <A href="../../wm/wm/WMBssDesc.html">WMBssDesc</A><BR></CODE></P> 61<H2>Revision History</H2> 62<P>2004/11/25 Initial version. 63</P> 64<hr><p>CONFIDENTIAL</p></body> 65</html> 66