MPDLSetBootStopper

Syntax

#include <revolution/mpdl.h>
void    MPDLSetBootStopper( u16 bitmap );

Arguments

bitmap AID bitmap of the group of players to prohibit from booting.
For example, to specify players 1, 2, and 3, this would be ((1 << 1) | (1 << 2) | (1 << 3)).

Return Values

None.

Description

This function prevents the reboot of a group of players who have completed a download (and are now in a rebootable state). This setting initially has a value of 0x0000; during this period, players who have completed a download will immediately exit the session and reboot. It is possible to force all players to reboot simultaneously after they have finished downloading, or otherwise adjust their reboot timing by calling this function before the MPDLStartDownload function.

This function can be called as often as desired. Settings will be immediately applied to the communications state.

The value of the current setting can be obtained with the MPDLGetBootStopper function.

See Also

MPDLStartDownload(), MPDLGetBootableBitmap() MPDLGetBootedBitmap() MPDLGetBootStopper()

Revision History

2008/02/01 Initial version.


CONFIDENTIAL