nn::cfg::CTR NamespaceNamespace for the System Settings API.
(This namespace can also be written without the "::CTR" portion.)
You must call nn::cfg::Initialize before any other function in the nn::cfg namespace that gets System Settings.
nn::cfg::CTR::UserName
|
Structure that represents the user name. |
|---|---|
nn::cfg::CTR::Birthday
|
Structure representing a birthday. |
nn::cfg::CTR::SimpleAddress
|
Structure that represents simple address information. |
CfgCountryCode
|
Enumerated type that represents country and area codes. | |
|---|---|---|
CfgLanguageCode
|
Enumerated type that represents language codes. | |
CfgRegionCode
|
Enumerated type that represents the region codes of system markets. | |
CfgSoundOutputMode
|
Enumerated type that represents sound output modes. |
Initialize
|
Initializes the System Settings library. | |
|---|---|---|
Finalize
|
Finalizes the System Settings library. | |
GetUserName
|
Gets the user name. | |
GetBirthday
|
Gets the birthday. | |
GetCountry
|
Gets the country and area code. | |
GetCountryCodeA2
|
Converts the country and area code to ISO 3166-1 alpha-2 format. | |
GetLanguage
|
Gets the language code. | |
GetLanguageCodeA2
|
Converts a language code to ISO 639-1 alpha-2 format. | |
GetSimpleAddress
|
Gets address information. | |
GetRegion
|
Gets the region code of the system's market. | |
GetRegionCodeA3
|
Converts the region code of the system's market to the corresponding three-character string. | |
GetSoundOutputMode
|
Gets the sound output mode. | |
GetUserTimeOffset
|
Gets RTC modification offset information. |
CONFIDENTIAL