nn::extrapad::CTR::ReturnCode Enumerated Type

Syntax

enum ReturnCode;

Value

Value Description
RETURN_CODE_UNKNOWN Ended abnormally.
RETURN_CODE_NONE Ended normally; calibration not performed.
RETURN_CODE_SUCCESS Calibration complete; calibration was performed.
RETURN_CODE_HOME_BUTTON HOME was pressed.
RETURN_CODE_SOFTWARE_RESET A combination of buttons causing a software reset was pressed.
RETURN_CODE_POWER_BUTTON The POWER button was pressed.
RETURN_CODE_MAX_BIT (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Return code.

The values when ending normally are zero and above. The values when ending abnormally are negative.

Revision History

2011/07/21
Initial version.

CONFIDENTIAL