#include <nitro/mb/mb_fake_child.h>
BOOLMB_FakeReadParentBssDesc( u16 index, WMBssDesc* pBssDesc,
u16 parent_max_size,
u16 child_max_size,
BOOL ks_flag,
BOOL cs_flag );
| index | Index for 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.
Gets information that is based on the parent connection information obtained by the MB_FakeGetParentBssDesc function, which also includes the MP packet size and communication mode.
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
2004/11/25 Initial version.
CONFIDENTIAL