1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 <meta http-equiv="Content-Style-Type" content="text/css" /> 6 <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" /> 7 <style type="text/css"><!-- 8 span.static_style 9 { 10 font-size : 8pt; 11 color : white; 12 font-weight : bold; 13 background : #44f; 14 border-left : solid 1px #aaf; 15 border-top : solid 1px #aaf; 16 border-right : solid 1px #00c; 17 border-bottom : solid 1px #00c; 18 padding-left : 2px; 19 padding-right : 2px; 20 } 21 22 span.virtual_style 23 { 24 font-size : 8pt; 25 color : white; 26 font-weight : bold; 27 background : #0a0; 28 border-left : solid 1px #0f0; 29 border-top : solid 1px #0f0; 30 border-right : solid 1px #060; 31 border-bottom : solid 1px #060; 32 padding-left : 2px; 33 padding-right : 2px; 34 } 35 36 span.protected_style 37 { 38 font-size : 8pt; 39 color : white; 40 font-weight : bold; 41 background : #444; 42 border-left : solid 1px #ccc; 43 border-top : solid 1px #ccc; 44 border-right : solid 1px #222; 45 border-bottom : solid 1px #222; 46 padding-left : 2px; 47 padding-right : 2px; 48 } 49 --></style> 50<title>nn::cfg::CTR</title> 51 </head> 52 <body> 53<h1><CODE>nn::cfg::CTR</CODE> Namespace</h1> 54<h2>Description</h2> 55 <div class="section"> 56<p>Namespace for the System Settings API. <br />(This namespace can also be written without the "<CODE>::CTR</CODE>" portion.)</p><p>You must call <CODE>nn::cfg::Initialize</CODE> before any other function in the <a href="../../../nn/cfg/Overview.html"><CODE>nn::cfg</CODE></a> namespace that gets System Settings.</p><!-- write here --></div> 57 <a name="struct" id="struct"> 58<h2>Structures</h2> 59 <div class="section"> 60 <table class="members"> 61 <tr> 62 <th> 63<a href="../../../nn/cfg/CTR/UserName/Overview.html"><CODE>nn::cfg::CTR::UserName</CODE></a> 64 </th> 65<td>Structure that represents the user name.</td> 66 </tr> 67 <tr> 68 <th> 69<a href="../../../nn/cfg/CTR/Birthday/Overview.html"><CODE>nn::cfg::CTR::Birthday</CODE></a> 70 </th> 71<td>Structure representing a birthday.</td> 72 </tr> 73 <tr> 74 <th> 75<a href="../../../nn/cfg/CTR/SimpleAddress/Overview.html"><CODE>nn::cfg::CTR::SimpleAddress</CODE></a> 76 </th> 77<td>Structure that represents simple address information.</td> 78 </tr> 79 </table> 80 </div> 81 </a> <a name="enum" id="enum"> 82<h2>Enumerated Types</h2> 83 <div class="section"> 84 <table class="members"> 85 <tr> 86 <td width="100"> </td> 87 <th> 88<a href="../../../nn/cfg/CTR/CfgCountryCode.html"><CODE>CfgCountryCode</CODE></a> 89 </th> 90<td>Enumerated type that represents country and area codes.</td> 91 </tr> 92 <tr> 93 <td width="100"> </td> 94 <th> 95<a href="../../../nn/cfg/CTR/CfgLanguageCode.html"><CODE>CfgLanguageCode</CODE></a> 96 </th> 97<td>Enumerated type that represents language codes.</td> 98 </tr> 99 <tr> 100 <td width="100"> </td> 101 <th> 102<a href="../../../nn/cfg/CTR/CfgRegionCode.html"><CODE>CfgRegionCode</CODE></a> 103 </th> 104<td>Enumerated type that represents the region codes of system markets.</td> 105 </tr> 106 <tr> 107 <td width="100"> </td> 108 <th> 109<a href="../../../nn/cfg/CTR/CfgSoundOutputMode.html"><CODE>CfgSoundOutputMode</CODE></a> 110 </th> 111<td>Enumerated type that represents sound output modes.</td> 112 </tr> </table> 113 </div> 114 </a> <a name="constant" id="constant"> 115<h2>Constants</h2> 116 <div class="section"> 117 <table class="members"> 118 <tr> 119 <td width="100"> </td> 120 <th> 121<span class="argument"><a href="./CFG_USER_NAME_LENGTH.html"><CODE>CFG_USER_NAME_LENGTH</CODE></a></span> 122 </th> 123<td>The maximum string length of the user name. (Including the terminator.)</td> 124 </tr> 125 <tr> 126 <td width="100"> </td> 127 <th> 128<span class="argument"><a href="./CFG_SIMPLE_ADDRESS_ID_COUNTRY_SHIFT.html"><CODE>CFG_SIMPLE_ADDRESS_ID_COUNTRY_SHIFT</CODE></a></span> 129 </th> 130<td>Indicates the country code storage location in a <CODE><a href="../../../nn/cfg/CTR/SimpleAddress/Overview.html">SimpleAddress</a></CODE> ID.</td> 131 </tr> 132 <tr> 133 <td width="100"> </td> 134 <th> 135<span class="argument"><a href="./CFG_SIMPLE_ADDRESS_ID_REGION_SHIFT.html"><CODE>CFG_SIMPLE_ADDRESS_ID_REGION_SHIFT</CODE></a></span> 136 </th> 137<td>Indicates the region code storage location in a <CODE><a href="../../../nn/cfg/CTR/SimpleAddress/Overview.html">SimpleAddress</a></CODE> ID.</td> 138 </tr> 139 <tr> 140 <td width="100"> </td> 141 <th> 142<span class="argument"><a href="./CFG_SIMPLE_ADDRESS_ID_COUNTRY_MASK.html"><CODE>CFG_SIMPLE_ADDRESS_ID_COUNTRY_MASK</CODE></a></span> 143 </th> 144<td><CODE><a href="../../../nn/cfg/CTR/SimpleAddress/Overview.html">SimpleAddress</a></CODE> ID country code mask.</td> 145 </tr> 146 <tr> 147 <td width="100"> </td> 148 <th> 149<span class="argument"><a href="./CFG_SIMPLE_ADDRESS_ID_REGION_MASK.html"><CODE>CFG_SIMPLE_ADDRESS_ID_REGION_MASK</CODE></a></span> 150 </th> 151<td><CODE><a href="../../../nn/cfg/CTR/SimpleAddress/Overview.html">SimpleAddress</a></CODE> ID region code mask.</td> 152 </tr> 153 <tr> 154 <td width="100"> </td> 155 <th> 156<span class="argument"><a href="./CFG_SIMPLE_ADDRESS_ID_RESERVED_MASK.html"><CODE>CFG_SIMPLE_ADDRESS_ID_RESERVED_MASK</CODE></a></span> 157 </th> 158<td><CODE><a href="../../../nn/cfg/CTR/SimpleAddress/Overview.html">SimpleAddress</a></CODE> ID reserved region mask.</td> 159 </tr> 160 <tr> 161 <td width="100"> </td> 162 <th> 163<span class="argument"><a href="./CFG_SIMPLE_ADDRESS_ID_NOT_DEFINED.html"><CODE>CFG_SIMPLE_ADDRESS_ID_NOT_DEFINED</CODE></a></span> 164 </th> 165<td><CODE><a href="../../../nn/cfg/CTR/SimpleAddress/Overview.html">SimpleAddress</a></CODE> undefined ID.</td> 166 </tr> 167 <tr> 168 <td width="100"> </td> 169 <th> 170<span class="argument"><a href="./CFG_SIMPLE_ADDRESS_ID_COUNTRY_UNDEFINED.html"><CODE>CFG_SIMPLE_ADDRESS_ID_COUNTRY_UNDEFINED</CODE></a></span> 171 </th> 172<td><CODE><a href="../../../nn/cfg/CTR/SimpleAddress/Overview.html">SimpleAddress</a></CODE> undefined country code.</td> 173 </tr> 174 <tr> 175 <td width="100"> </td> 176 <th> 177<span class="argument"><a href="./CFG_SIMPLE_ADDRESS_ID_COUNTRY_UNDEFINED2.html"><CODE>CFG_SIMPLE_ADDRESS_ID_COUNTRY_UNDEFINED2</CODE></a></span> 178 </th> 179<td><CODE><a href="../../../nn/cfg/CTR/SimpleAddress/Overview.html">SimpleAddress</a></CODE> undefined country code.</td> 180 </tr> 181 <tr> 182 <td width="100"> </td> 183 <th> 184<span class="argument"><a href="./CFG_SIMPLE_ADDRESS_ID_REGION_UNDEFINED.html"><CODE>CFG_SIMPLE_ADDRESS_ID_REGION_UNDEFINED</CODE></a></span> 185 </th> 186<td><CODE><a href="../../../nn/cfg/CTR/SimpleAddress/Overview.html">SimpleAddress</a></CODE> undefined region code.</td> 187 </tr> 188 <tr> 189 <td width="100"> </td> 190 <th> 191<span class="argument"><a href="./CFG_SIMPLE_ADDRESS_ID_REGION_UNDEFINED2.html"><CODE>CFG_SIMPLE_ADDRESS_ID_REGION_UNDEFINED2</CODE></a></span> 192 </th> 193<td><CODE><a href="../../../nn/cfg/CTR/SimpleAddress/Overview.html">SimpleAddress</a></CODE> undefined region code.</td> 194 </tr> 195 <tr> 196 <td width="100"> </td> 197 <th> 198<span class="argument"><a href="./CFG_SIMPLE_ADDRESS_NUM_LANGUAGES.html"><CODE>CFG_SIMPLE_ADDRESS_NUM_LANGUAGES</CODE></a></span> 199 </th> 200<td>The number of languages for country/region names in simple address information.</td> 201 </tr> 202 <tr> 203 <td width="100"> </td> 204 <th> 205<span class="argument"><a href="./CFG_SIMPLE_ADDRESS_NAME_LENGTH.html"><CODE>CFG_SIMPLE_ADDRESS_NAME_LENGTH</CODE></a></span> 206 </th> 207<td>The maximum string length for country/region names in simple address information.</td> 208 </tr> </table> 209 </div> 210 </a> <a name="function" id="function"> 211<h2>Functions</h2> 212 <div class="section"> 213 <table class="members"> 214 <tr> 215 <td width="100"> </td> 216 <th> 217<a href="../../../nn/cfg/CTR/Initialize.html"><CODE>Initialize</CODE></a> 218 </th> 219<td>Initializes the System Settings library.</td> 220 </tr> 221 <tr> 222 <td width="100"> </td> 223 <th> 224<a href="../../../nn/cfg/CTR/Finalize.html"><CODE>Finalize</CODE></a> 225 </th> 226<td>Finalizes the System Settings library.</td> 227 </tr> 228 <tr> 229 <td width="100"> </td> 230 <th> 231<a href="../../../nn/cfg/CTR/GetUserName.html"><CODE>GetUserName</CODE></a> 232 </th> 233<td>Gets the user name.</td> 234 </tr> 235 <tr> 236 <td width="100"> </td> 237 <th> 238<a href="../../../nn/cfg/CTR/GetBirthday.html"><CODE>GetBirthday</CODE></a> 239 </th> 240<td>Gets the birthday.</td> 241 </tr> 242 <tr> 243 <td width="100"> </td> 244 <th> 245<a href="../../../nn/cfg/CTR/GetCountry.html"><CODE>GetCountry</CODE></a> 246 </th> 247<td>Gets the country and area code.</td> 248 </tr> 249 <tr> 250 <td width="100"> </td> 251 <th> 252<a href="../../../nn/cfg/CTR/GetCountryCodeA2.html"><CODE>GetCountryCodeA2</CODE></a> 253 </th> 254<td>Converts the country and area code to ISO 3166-1 alpha-2 format.</td> 255 </tr> 256 <tr> 257 <td width="100"> </td> 258 <th> 259<a href="../../../nn/cfg/CTR/GetLanguage.html"><CODE>GetLanguage</CODE></a> 260 </th> 261<td>Gets the language code.</td> 262 </tr> 263 <tr> 264 <td width="100"> </td> 265 <th> 266<a href="../../../nn/cfg/CTR/GetLanguageCodeA2.html"><CODE>GetLanguageCodeA2</CODE></a> 267 </th> 268<td>Converts a language code to ISO 639-1 alpha-2 format.</td> 269 </tr> 270 <tr> 271 <td width="100"> </td> 272 <th> 273<a href="../../../nn/cfg/CTR/GetSimpleAddress.html"><CODE>GetSimpleAddress</CODE></a> 274 </th> 275<td>Gets address information.</td> 276 </tr> 277 <tr> 278 <td width="100"> </td> 279 <th> 280<a href="../../../nn/cfg/CTR/GetRegion.html"><CODE>GetRegion</CODE></a> 281 </th> 282<td>Gets the region code of the system's market.</td> 283 </tr> 284 <tr> 285 <td width="100"> </td> 286 <th> 287<a href="../../../nn/cfg/CTR/GetRegionCodeA3.html"><CODE>GetRegionCodeA3</CODE></a> 288 </th> 289<td>Converts the region code of the system's market to the corresponding three-character string.</td> 290 </tr> 291 <tr> 292 <td width="100"> </td> 293 <th> 294<a href="../../../nn/cfg/CTR/GetSoundOutputMode.html"><CODE>GetSoundOutputMode</CODE></a> 295 </th> 296<td>Gets the sound output mode.</td> 297 </tr> 298 <tr> 299 <td width="100"> </td> 300 <th> 301<a href="../../../nn/cfg/CTR/GetUserTimeOffset.html"><CODE>GetUserTimeOffset</CODE></a> 302 </th> 303<td>Gets RTC modification offset information.</td> 304 </tr> </table> 305 </div> 306 </a> 307<h2>Revision History</h2> 308 <div class="section"> 309 <dl class="history"> 310 <dt>2010/05/27</dt> 311<dd>Initial version.<br /> 312 </dd> 313 </dl> 314 </div> 315 <hr><p>CONFIDENTIAL</p></body> 316</html>