MB_FakeReadParentBssDesc


C Specification

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

Description

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.

Arguments

index Index managing the multiboot parent information.
pBssDesc Pointer to the region for reading 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 indicates valid parent information. FALSE if the index is not valid.

See Also

MB_FakeGetParentBssDesc, WM_StartConnect, WMBssDesc

Revision History

11/25/2004 Initial version.