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</title> 51 </head> 52 <body> 53<h1><CODE>nn::ac</CODE> Namespace</h1> 54<h2>Description</h2> 55 <div class="section"> 56<p>AC namespace.</p><!-- write here --></div> 57 <a name="namespace" id="namespace"> 58<h2>Namespaces</h2> 59 <div class="section"> 60 <table class="members"> 61 <tr> 62 <th> 63<a href="../../nn/ac/CTR/Overview.html"><CODE>nn::ac::CTR</CODE></a> 64 </th> 65<td>The <a href="../../nn/ac/CTR/Overview.html">CTR</a> AC namespace. <linebreak />(This namespace can also be written without the <CODE>::CTR</CODE> portion.)</td> 66 </tr> </table> 67 </div> 68 </a> <a name="class" id="class"> 69<h2>Classes</h2> 70 <div class="section"> 71 <table class="members"> 72 <tr> 73 <th> 74<a href="../../nn/ac/ResultDebugOnly/Overview.html"><CODE>nn::ac::ResultDebugOnly</CODE></a> 75 </th> 76<td>This occurs when a function that can only be used in a Debug or Development build is called from a Release build.。</td> 77 </tr> 78 <tr> 79 <th> 80<a href="../../nn/ac/ResultAlreadyInitialized/Overview.html"><CODE>nn::ac::ResultAlreadyInitialized</CODE></a> 81 </th> 82<td>Indicates that initialization was attempted for a process that is already initialized. The class has a reference counter that records the number of times it is initialized, and it must be released the same number of times.</td> 83 </tr> 84 <tr> 85 <th> 86<a href="../../nn/ac/ResultNotInitialized/Overview.html"><CODE>nn::ac::ResultNotInitialized</CODE></a> 87 </th> 88<td>Indicates that releasing was attempted for a process that was already released.</td> 89 </tr> 90 <tr> 91 <th> 92<a href="../../nn/ac/ResultCanceled/Overview.html"><CODE>nn::ac::ResultCanceled</CODE></a> 93 </th> 94<td>Indicates that the process was canceled.</td> 95 </tr> 96 <tr> 97 <th> 98<a href="../../nn/ac/ResultInvalidData/Overview.html"><CODE>nn::ac::ResultInvalidData</CODE></a> 99 </th> 100<td>Indicates the existence of invalid data.</td> 101 </tr> 102 <tr> 103 <th> 104<a href="../../nn/ac/ResultInvalidArgumentOutOfRange/Overview.html">nn::ac::ResultInvalidArgumentOutOfRange</a> 105 </th> 106<td>Indicates that the argument specified was out of range.</td> 107 </tr> 108 <tr> 109 <th> 110<a href="../../nn/ac/ResultOutOfMemory/Overview.html"><CODE>nn::ac::ResultOutOfMemory</CODE></a> 111 </th> 112<td>Indicates that processing could not continue due to insufficient memory.</td> 113 </tr> 114 <tr> 115 <th> 116<a href="../../nn/ac/ResultAlreadyExists/Overview.html"><CODE>nn::ac::ResultAlreadyExists</CODE></a> 117 </th> 118<td>Indicates that a request could not be continued because an asynchronous process was already running and another was called.</td> 119 </tr> 120 <tr> 121 <th> 122<a href="../../nn/ac/ResultNotAgreeEula/Overview.html"><CODE>nn::ac::ResultNotAgreeEula</CODE></a> 123 </th> 124<td>Indicates cancellation because the user has not agreed to the EULA.</td> 125 </tr> 126 <tr> 127 <th> 128<a href="../../nn/ac/ResultWifiOff/Overview.html"><CODE>nn::ac::ResultWifiOff</CODE></a> 129 </th> 130<td>Indicates that communication is not possible because the system is in wireless-disabled mode.</td> 131 </tr> 132 <tr> 133 <th> 134<a href="../../nn/ac/ResultNotFoundAccessPoint/Overview.html"><CODE>nn::ac::ResultNotFoundAccessPoint</CODE></a> 135 </th> 136<td>Indicates that the system attempted to connect using the <CODE>Connect</CODE> or <CODE>ConnectAsync</CODE> functions, but no access point was found.</td> 137 </tr> 138 <tr> 139 <th> 140<a href="../../nn/ac/ResultFailedStartup/Overview.html"><CODE>nn::ac::ResultFailedStartup</CODE></a> 141 </th> 142<td>Indicates that wireless device initialization failed.</td> 143 </tr> 144 <tr> 145 <th> 146<a href="../../nn/ac/ResultFailedConnectAp/Overview.html"><CODE>nn::ac::ResultFailedConnectAp</CODE></a> 147 </th> 148<td>Indicates that a connection to the access point failed for some reason.</td> 149 </tr> 150 <tr> 151 <th> 152<a href="../../nn/ac/ResultInvalidKeyValue/Overview.html"><CODE>nn::ac::ResultInvalidKeyValue</CODE></a> 153 </th> 154<td>Indicates that a connection to an access point was attempted but the encryption key is incorrect. There is no guarantee that this <CODE><a href="../../../nn/Result/Overview.html">Result</a></CODE> will always be returned when the encryption key is invalid.</td> 155 </tr> 156 <tr> 157 <th> 158<a href="../../nn/ac/ResultFailedDhcp/Overview.html"><CODE>nn::ac::ResultFailedDhcp</CODE></a> 159 </th> 160<td>Indicates a failed attempt to get an IP address via DHCP.</td> 161 </tr> 162 <tr> 163 <th> 164<a href="../../nn/ac/ResultConflictIpAddress/Overview.html"><CODE>nn::ac::ResultConflictIpAddress</CODE></a> 165 </th> 166<td>Indicates that the obtained IP address has a conflict.</td> 167 </tr> 168 <tr> 169 <th> 170<a href="../../nn/ac/ResultUnsupportAuthAlgorithm/Overview.html"><CODE>nn::ac::ResultUnsupportAuthAlgorithm</CODE></a> 171 </th> 172<td>Indicates that the local host attempted to connect to an access point that uses an unsupported encryption method.</td> 173 </tr> 174 <tr> 175 <th> 176<a href="../../nn/ac/ResultInvalidDns/Overview.html"><CODE>nn::ac::ResultInvalidDns</CODE></a> 177 </th> 178<td>Indicates that name resolution failed.</td> 179 </tr> 180 <tr> 181 <th> 182<a href="../../nn/ac/ResultInvalidProxy/Overview.html"><CODE>nn::ac::ResultInvalidProxy</CODE></a> 183 </th> 184<td>Indicates that a connection to the proxy server failed.</td> 185 </tr> 186 <tr> 187 <th> 188<a href="../../nn/ac/ResultFailedConnTest/Overview.html"><CODE>nn::ac::ResultFailedConnTest</CODE></a> 189 </th> 190<td>Indicates that a connection to the HTTP server failed.</td> 191 </tr> 192 <tr> 193 <th> 194<a href="../../nn/ac/ResultUnsupportHotspot/Overview.html"><CODE>nn::ac::ResultUnsupportHotspot</CODE></a> 195 </th> 196<td>Indicates that there was an attempt to connect from an unsupported hotspot.</td> 197 </tr> 198 <tr> 199 <th> 200<a href="../../nn/ac/ResultFailedHotspotAuthentication/Overview.html"><CODE>nn::ac::ResultFailedHotspotAuthentication</CODE></a> 201 </th> 202<td>Indicates that hotspot authentication failed.</td> 203 </tr> 204 <tr> 205 <th> 206<a href="../../nn/ac/ResultFailedHotspotConntest/Overview.html"><CODE>nn::ac::ResultFailedHotspotConntest</CODE></a> 207 </th> 208<td>Indicates that a connection to the HTTP server failed after hotspot authentication.</td> 209 </tr> 210 <tr> 211 <th> 212<a href="../../nn/ac/ResultUnsupportPlace/Overview.html"><CODE>nn::ac::ResultUnsupportPlace</CODE></a> 213 </th> 214<td>Indicates that the connection failed because the system is physically located where the application cannot use the Internet.</td> 215 </tr> 216 <tr> 217 <th> 218<a href="../../nn/ac/ResultFailedScan/Overview.html"><CODE>nn::ac::ResultFailedScan</CODE></a> 219 </th> 220<td>Indicates that scanning failed.</td> 221 </tr> 222 <tr> 223 <th> 224<a href="../../nn/ac/ResultAlreadyConnecting/Overview.html"><CODE>nn::ac::ResultAlreadyConnecting</CODE></a> 225 </th> 226<td>A process tried to establish a connection while it was already connected. Otherwise, a process tried to cancel a connection while it was already connected.</td> 227 </tr> 228 <tr> 229 <th> 230<a href="../../nn/ac/ResultNotConnecting/Overview.html"><CODE>nn::ac::ResultNotConnecting</CODE></a> 231 </th> 232<td>Indicates that connection is not yet completed.</td> 233 </tr> 234 <tr> 235 <th> 236<a href="../../nn/ac/ResultInvalidLocation/Overview.html"><CODE>nn::ac::ResultInvalidLocation</CODE></a> 237 </th> 238<td>Indicates execution from an invalid location.</td> 239 </tr> 240 <tr> 241 <th> 242<a href="../../nn/ac/ResultLanConnected/Overview.html"><CODE>nn::ac::ResultLanConnected</CODE></a> 243 </th> 244<td>Indicates that a LAN connection is established.</td> 245 </tr> 246 <tr> 247 <th> 248<a href="../../nn/ac/ResultWanConnected/Overview.html"><CODE>nn::ac::ResultWanConnected</CODE></a> 249 </th> 250<td>Indicates that a WAN connection is established.</td> 251 </tr> </table> 252 </div> 253 </a> <a name="enum" id="enum"> 254<h2>Enumerated Types</h2> 255 <div class="section"> 256 <table class="members"> 257 <tr> 258 <td width="100"> </td> 259 <th> 260<a href="../../nn/ac/Description.html"><CODE>Description</CODE></a> 261 </th> 262<td>Displays error details.</td> 263 </tr> </table> 264 </div> 265 </a> 266<h2>Revision History</h2> 267 <div class="section"> 268 <dl class="history"> 269 <dt>2010/06/14</dt> 270<dd>Initial version.<br /> 271 </dd> 272 </dl> 273 </div> 274 <hr><p>CONFIDENTIAL</p></body> 275</html>