#include <nitro/mb/mb_fake_child.h>
BOOL
MB_FakeReadParentBssDesc( u16 index, WMBssDesc* pBssDesc,
u16 parent_max_size,
u16 child_max_size,
BOOL ks_flag,
BOOL cs_flag );
index | Index managing the multiboot parent information. |
pBssDesc | Pointer to the region for fetching the parent connection information. |
parent_max_size | Parent MP-send packet size. |
child_max_size | Child MP-receive packet size. |
ks_flag | Key sharing flag |
cs_flag | Continuous transmission flag. |
TRUE if the index argument specifies valid parent information. FALSE if the index is not valid.
This function gets information, including the MP packet size and the communication mode, based on the parent connection information obtained by the MB_FakeGetParentBssDesc
function. This connection information can be used after the DS Download Play process ends to reconnect to the parent.
If the index specified by the index argument is not valid, the function returns FALSE.
MB_FakeGetParentBssDesc
, WM_StartConnect, WMBssDesc
11/25/2004 Initial version.