nn::uds::CTR::SetPowerSaveMode Function

Syntax

nn::Result SetPowerSaveMode(
     PowerSaveMode mode
);

Arguments

Name Description
in mode Power-saving mode. Enabling a power-saving mode may cause a slight decline in connectivity.

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
ResultNotImplemented Not yet implemented.

Description

Changes the power-saving mode. (This has not yet been implemented.)

This setting can only be changed for a master. Clients and spectators would follow the master's settings. This function is not yet implemented. It will always fail if run. After the feature is implemented, it will be possible to dyamically change to a power-save mode during communications, but do not change the mode at a high frequency (at an interval of less than several seconds).

Revision History

2010/10/15
Expanded the information on the return values. Revised the Description to make it easier to understand.
2010/06/14
Initial version.

CONFIDENTIAL