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::ac::CTR</title> 51 </head> 52 <body> 53<h1><CODE>nn::ac::CTR</CODE> Namespace</h1> 54<h2>Description</h2> 55 <div class="section"> 56<p>The <a href="../../../nn/ac/CTR/Overview.html">CTR</a> AC namespace. <br />(This namespace can also be written without the <CODE>::CTR</CODE> portion.)</p><!-- write here --></div> 57 <a name="class" id="class"> 58<h2>Classes</h2> 59 <div class="section"> 60 <table class="members"> 61 <tr> 62 <th> 63<a href="../../../nn/ac/CTR/ResultDenyUsbAp/Overview.html"><CODE>nn::ac::CTR::ResultDenyUsbAp</CODE></a> 64 </th> 65<td>Indicates that a connection to a Nintendo Wi-Fi USB Connector was denied.</td> 66 </tr> </table> 67 </div> 68 </a> <a name="enum" id="enum"> 69<h2>Enumerated Types</h2> 70 <div class="section"> 71 <table class="members"> 72 <tr> 73 <td width="100"> </td> 74 <th> 75<a href="../../../nn/ac/CTR/ApType.html"><CODE>ApType</CODE></a> 76 </th> 77<td>Enumerated type indicating the type of access point to connect to.</td> 78 </tr> 79 <tr> 80 <td width="100"> </td> 81 <th> 82<a href="../../../nn/ac/CTR/NetworkArea.html"><CODE>NetworkArea</CODE></a> 83 </th> 84<td>Enumerated type indicating the connection level to request of the access point to connect to.</td> 85 </tr> 86 <tr> 87 <td width="100"> </td> 88 <th> 89<a href="../../../nn/ac/CTR/SecurityMode.html"><CODE>SecurityMode</CODE></a> 90 </th> 91<td>Enumerated type indicating an access point's authentication method.</td> 92 </tr> 93 <tr> 94 <td width="100"> </td> 95 <th> 96<a href="../../../nn/ac/CTR/Status.html"><CODE>Status</CODE></a> 97 </th> 98<td>Enumerated type indicating the current AC processing state.</td> 99 </tr> 100 <tr> 101 <td width="100"> </td> 102 <th> 103<a href="../../../nn/ac/CTR/LinkLevel.html"><CODE>LinkLevel</CODE></a> 104 </th> 105<td>Enumerated type that represents the communication quality (link level).</td> 106 </tr> </table> 107 </div> 108 </a> <a name="typedef" id="typedef"> 109<h2><CODE>typedef</CODE> Definitions</h2> 110 <div class="section"> 111 <table class="members"> 112 <tr> 113 <td width="100" /> 114 <th> 115<a href="../../../nn/ac/CTR/Config.html"><CODE>Config</CODE></a> 116 </th> 117<td>Structure storing the automatic connection settings.</td> 118 </tr> 119 <tr> 120 <td width="100" /> 121 <th> 122<a href="../../../nn/ac/CTR/NintendoZoneBeaconSubset.html"><CODE>NintendoZoneBeaconSubset</CODE></a> 123 </th> 124<td>A structure that stores beacon data for Nintendo Zone.</td> 125 </tr> 126 <tr> 127 <td width="100" /> 128 <th> 129<a href="../../../nn/ac/CTR/HotspotSubset.html"><CODE>HotspotSubset</CODE></a> 130 </th> 131<td>A structure that stores hotspot information.</td> 132 </tr> </table> 133 </div> 134 </a> <a name="function" id="function"> 135<h2>Functions</h2> 136 <div class="section"> 137 <table class="members"> 138 <tr> 139 <td width="100"> </td> 140 <th> 141<a href="../../../nn/ac/CTR/Initialize.html"><CODE>Initialize</CODE></a> 142 </th> 143<td>Initializes an automatic connection.</td> 144 </tr> 145 <tr> 146 <td width="100"> </td> 147 <th> 148<a href="../../../nn/ac/CTR/Finalize.html"><CODE>Finalize</CODE></a> 149 </th> 150<td>Releases an automatic connection.</td> 151 </tr> 152 <tr> 153 <td width="100"> </td> 154 <th> 155<a href="../../../nn/ac/CTR/IsInitialized.html"><CODE>IsInitialized</CODE></a> 156 </th> 157<td>Gets whether an automatic connection has been initialized.</td> 158 </tr> 159 <tr> 160 <td width="100"> </td> 161 <th> 162<a href="../../../nn/ac/CTR/CreateDefaultConfig.html"><CODE>CreateDefaultConfig</CODE></a> 163 </th> 164<td>Creates general connection conditions.</td> 165 </tr> 166 <tr> 167 <td width="100"> </td> 168 <th> 169<a href="../../../nn/ac/CTR/DebugSetApType.html"><CODE>DebugSetApType</CODE></a> 170 </th> 171<td>Specifies types of access points for network connections.</td> 172 </tr> 173 <tr> 174 <td width="100"> </td> 175 <th> 176<a href="../../../nn/ac/CTR/DebugSetNetworkArea.html"><CODE>DebugSetNetworkArea</CODE></a> 177 </th> 178<td>Specifies the level of the network connection request.</td> 179 </tr> 180 <tr> 181 <td width="100"> </td> 182 <th> 183<a href="../../../nn/ac/CTR/Connect.html"><CODE>Connect</CODE></a> 184 </th> 185<td>Starts an automatic connection.</td> 186 </tr> 187 <tr> 188 <td width="100"> </td> 189 <th> 190<a href="../../../nn/ac/CTR/ConnectAsync.html"><CODE>ConnectAsync</CODE></a> 191 </th> 192<td>Starts an asynchronous automatic connection.</td> 193 </tr> 194 <tr> 195 <td width="100"> </td> 196 <th> 197<a href="../../../nn/ac/CTR/GetConnectResult.html"><CODE>GetConnectResult</CODE></a> 198 </th> 199<td>Gets the processing results after establishing an asynchronous automatic connection.</td> 200 </tr> 201 <tr> 202 <td width="100"> </td> 203 <th> 204<a href="../../../nn/ac/CTR/CancelConnectAsync.html"><CODE>CancelConnectAsync</CODE></a> 205 </th> 206<td>If an asynchronous automatic connection process is underway, cancels it.</td> 207 </tr> 208 <tr> 209 <td width="100"> </td> 210 <th> 211<a href="../../../nn/ac/CTR/GetLinkLevel.html"><CODE>GetLinkLevel</CODE></a> 212 </th> 213<td>Gets the signal strength of the currently connected access point.<br /> If an error occurs when data is obtained, <CODE>LINK_LEVEL_0</CODE> is returned as the result.<br /> There is therefore no need to overwrite <CODE>LinkLevel</CODE> or perform similar error handling.<br /></td> 214 </tr> 215 <tr> 216 <td width="100"> </td> 217 <th> 218<a href="../../../nn/ac/CTR/DebugSetNetworkSetting1.html"><CODE>DebugSetNetworkSetting1</CODE></a> 219 </th> 220<td>Configures network setting 1. Settings are immediately applied to NAND memory. <br /><br /><B>Note:</B> This function is provided for debugging purposes. It will not work in Release builds.<br /></td> 221 </tr> 222 <tr> 223 <td width="100"> </td> 224 <th> 225<a href="../../../nn/ac/CTR/Close.html"><CODE>Close</CODE></a> 226 </th> 227<td>Closes an established automatic connection. If another process was using the Internet connection when this function was called, there is no guarantee that the <CODE>GetStatus</CODE> function will return the idle state. Use the return value to determine if the system was successfully disconnected.</td> 228 </tr> 229 <tr> 230 <td width="100"> </td> 231 <th> 232<a href="../../../nn/ac/CTR/CloseAsync.html"><CODE>CloseAsync</CODE></a> 233 </th> 234<td>Closes an asynchronously established automatic connection.</td> 235 </tr> 236 <tr> 237 <td width="100"> </td> 238 <th> 239<a href="../../../nn/ac/CTR/GetCloseResult.html"><CODE>GetCloseResult</CODE></a> 240 </th> 241<td>Gets the processing results after closing an asynchronously established automatic connection.</td> 242 </tr> 243 <tr> 244 <td width="100"> </td> 245 <th> 246<a href="../../../nn/ac/CTR/GetLastErrorCode.html"><CODE>GetLastErrorCode</CODE></a> 247 </th> 248<td>Gets an error code for the last error to occur during an automatic connection.</td> 249 </tr> 250 <tr> 251 <td width="100"> </td> 252 <th> 253<a href="../../../nn/ac/CTR/GetLastDetailErrorCode.html"><CODE>GetLastDetailErrorCode</CODE></a> 254 </th> 255<td>Gets a detailed error code for the last error to occur during an automatic connection.</td> 256 </tr> 257 <tr> 258 <td width="100"> </td> 259 <th> 260<a href="../../../nn/ac/CTR/IsConnected.html"><CODE>IsConnected</CODE></a> 261 </th> 262<td>Gets a value indicating whether the system is connected to an access point.</td> 263 </tr> 264 <tr> 265 <td width="100"> </td> 266 <th> 267<a href="../../../nn/ac/CTR/GetConnectingApType.html"><CODE>GetConnectingApType</CODE></a> 268 </th> 269<td>Gets the type of the currently connected access point.</td> 270 </tr> 271 <tr> 272 <td width="100"> </td> 273 <th> 274<a href="../../../nn/ac/CTR/GetConnectingNintendoZoneBeaconSubset.html"><CODE>GetConnectingNintendoZoneBeaconSubset</CODE></a> 275 </th> 276<td>Gets information on the currently connected Nintendo Zone.</td> 277 </tr> 278 <tr> 279 <td width="100"> </td> 280 <th> 281<a href="../../../nn/ac/CTR/GetConnectingHotspotSubset.html"><CODE>GetConnectingHotspotSubset</CODE></a> 282 </th> 283<td>Gets information on the currently connected hotspot.</td> 284 </tr> 285 <tr> 286 <td width="100"> </td> 287 <th> 288<a href="../../../nn/ac/CTR/RegisterDisconnectEvent.html"><CODE>RegisterDisconnectEvent</CODE></a> 289 </th> 290<td>Sets what <a href="../../../nn/os/Event/Overview.html"><CODE>nn::os::Event</CODE></a> is notified upon disconnection from an access point.</td> 291 </tr> </table> 292 </div> 293 </a> 294<h2>Revision History</h2> 295 <div class="section"> 296 <dl class="history"> 297 <dt>2010/06/14</dt> 298<dd>Initial version.<br /> 299 </dd> 300 </dl> 301 </div> 302 <hr><p>CONFIDENTIAL</p></body> 303</html>