MBFakeScanCallback

Definitions

#include <nitro/mb/mb_fake_child.h>

typedef struct 
{
u16 index;
u16 padding;
MBGameInfo *gameInfo;
WMBssDesc *bssDesc;
} MBFakeScanCallback;

Arguments

index Index for managing the discovered parents. This index is specified to connect to a parent using the MB_FakeEntryToParent function.
gameInfo Pointer to the parent game information.
bssDesc Pointer to the parent connection information.

Description

This is the structure for the parent information obtained from the callback when the multiboot parent is discovered or lost.

See Also

MB_FakeStartScanParent, MBFakeScanCallbackFunc, MBGameInfo

Revision History

11/25/2004 Initial version