MB_SetPowerSaveMode

Syntax

#include <nitro/mb.h>

void MB_SetPowerSaveMode(BOOL enable);

Arguments

enable This is set to TRUE to enable power save mode; set to FALSE to disable it. This setting is enabled by default.

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 that provides more stable operation in scenes where power consumption is not an important issue. An ordinary game application should not use this unless its operating environment is one that guarantees a connection to a power source.
This function can be called only after the MB_Init function and before the MB_StartParent function.

See Also

MB_Init, MB_StartParent

Revision History

2005/04/11 Initial version.


CONFIDENTIAL