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. This API is fast because it returns the value in memory. | |
GetLanguage
|
Gets the language code. | |
GetLanguageCodeA2
|
Converts a language code to ISO 639-1 alpha-2 format. This API is fast because it returns the value in memory. | |
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. This API is fast because it returns the value in memory. | |
GetSoundOutputMode
|
Gets the sound output mode. | |
GetUserTimeOffset
|
Gets RTC modification offset information. | |
| GetParentalControlPinCode | Obtains the Parental Controls PIN. | |
| IsRestrictPhotoExchange | Gets whether photo exchange is restricted by Parental Controls. | |
| IsRestrictAddFriend | Gets whether adding friends is restricted by Parental Controls. | |
IsRestrictP2pInternet
|
Gets whether Internet communication with other users is restricted by Parental Controls. | |
IsRestrictP2pCec
|
Gets whether StreetPass with other users is restricted by Parental Controls. | |
| IsAgreedEula | Obtains whether EULA consent was given. | |
| GetTransferableId | Gets the system ID. |
CONFIDENTIAL