MB_FakeSetVerboseScanCallback

Syntax

#include <nitro/mb/mb_fake_child.h>

void MB_FakeSetVerboseScanCallback( WMCallbackFunc callback );

Arguments

callback Sets a callback function that sends a beacon notification, regardless of the beacon type during beacon scan of a multiboot parent.
This callback is called from within the interrupt handler.

Return Values

None.

Description

Sets a callback function that directly acquires the beacon, regardless of the beacon type during multiboot parent beacon scan.
A WMStartScanCallback can be obtained as a callback.
The callback set by the MB_FakeStartScanParent function is normally sufficient to get the multiboot parent's beacon. However, this function must also be used when you want to obtain beacons for other devices that are not multiboot parents at the same time.

See Also

MB_FakeStartScanParent
WMStartScanCallback

Revision History

2006/11/15 Initial version.


CONFIDENTIAL