MB_SetPowerSaveMode

C Specification

#include <nitro/mb.h>

void MB_SetPowerSaveMode(BOOL enable);

Arguments

enable To enable the power saving mode, TRUE. To disable, FALSE. The default setting is 'enabled.'

Return Values

None.

Description

Specifies the communications power save mode that is used in the MB library. The default setting is 'enabled.' This function is an option to provide more stable operation in scenes where power consumption is not an important issue. As long as the operating environment is not one that guarantees a connection to a power source, an ordinary game application should not use this. This function can only be called after MB_Init is called and before MB_StartParent is called.

See Also

MB_Init, MB_StartParent

Revision History

04/11/2005 Initial version.