#include <nitro/mb/mb_fake_child.h>BOOL MB_FakeGetParentBssDesc( u16 index, WMBssDesc* pBssDesc );| index | Index for managing the multiboot parent information. |
| pBssDesc | Pointer to the region for fetching the parent connection information. |
TRUE if the index argument specifies valid parent information. FALSE if the index is not valid.
This function gets the parent information from the specified index. This information was obtained while scanning for parents. If the specified index is not valid, the function returns FALSE. The information from a valid index can be used to reconnect to the parent after the DS Single-Card Play boot process ends. You can use the MB_FakeReadParentBssDesc function to adjust the MP packet size and other settings based on this parent information, and to get information for the WM_StartConnect function.
You can also use the MB_FakeGetParentGameInfo function to get the parent's game information.
MB_FakeGetParentGameInfo
MB_FakeReadParentBssDesc
WMBssDesc
2004/11/25 Initial version.
CONFIDENTIAL