nn::voicesel::CTR::ReturnCode Enumerated Type

Syntax

enum ReturnCode;

Value

Value Description
RETURN_CODE_UNKNOWN Ended abnormally.
RETURN_CODE_INVALID_CONFIG A config value is invalid.
RETURN_CODE_OUT_OF_MEMORY Ended abnormally due to insufficient memory.
RETURN_CODE_NONE Ended normally (no audio was selected).
RETURN_CODE_SUCCESS Ended normally (audio was selected).
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

Enumerated type representing return codes.

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

Revision History

2011/08/24
Initial version.

CONFIDENTIAL