MB_FakeReadParentBssDesc

Syntax

#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 );

Arguments

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.

Return Values

TRUE if the index argument specifies valid parent information. FALSE if the index is not valid.

Description

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.

See Also

MB_FakeGetParentBssDesc, WM_StartConnect, WMBssDesc

Revision History

2004/11/25 Initial version.


CONFIDENTIAL