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>The 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 <span>CTR</span> AC namespace. <linebreak />(This namespace can also be written without the &quot;<CODE>::CTR</CODE>&quot; portion.)</td>
66          </tr>
67        </table>
68      </div>
69    </a> <a name="class" id="class">
70<h2>Classes</h2>
71      <div class="section">
72        <table class="members">
73          <tr>
74            <th>
75<a href="../../nn/ac/ResultAlreadyInitialized/Overview.html"><CODE>nn::ac::ResultAlreadyInitialized</CODE></a>
76            </th>
77<td>Indicates that initialization was attempted for a process that is already initialized. The class has a reference counter of the number of times initialized, and it must be released the same number of times.</td>
78          </tr>
79          <tr>
80            <th>
81<a href="../../nn/ac/ResultNotInitialized/Overview.html"><CODE>nn::ac::ResultNotInitialized</CODE></a>
82            </th>
83<td>Indicates that releasing was attempted for a process that was already released.</td>
84          </tr>
85          <tr>
86            <th>
87<a href="../../nn/ac/ResultCanceled/Overview.html"><CODE>nn::ac::ResultCanceled</CODE></a>
88            </th>
89<td>Indicates that the process was canceled.</td>
90          </tr>
91          <tr>
92            <th>
93<a href="../../nn/ac/ResultInvalidData/Overview.html"><CODE>nn::ac::ResultInvalidData</CODE></a>
94            </th>
95<td>Indicates the existence of invalid data.</td>
96          </tr>
97          <tr>
98            <th>
99<a href="../../nn/ac/ResultInvalidArgumentOutOfRange/Overview.html">nn::ac::ResultInvalidArgumentOutOfRange</a>
100            </th>
101<td>Indicates that the argument specified was out of range.</td>
102          </tr>
103          <tr>
104            <th>
105<a href="../../nn/ac/ResultOutOfMemory/Overview.html"><CODE>nn::ac::ResultOutOfMemory</CODE></a>
106            </th>
107<td>Indicates that processing could not continue due to insufficient memory.</td>
108          </tr>
109          <tr>
110            <th>
111<a href="../../nn/ac/ResultAlreadyExists/Overview.html"><CODE>nn::ac::ResultAlreadyExists</CODE></a>
112            </th>
113<td>Indicates that a request could not be continued when an asynchronous process was already running and another was called.</td>
114          </tr>
115          <tr>
116            <th>
117<a href="../../nn/ac/ResultNotAgreeEula/Overview.html"><CODE>nn::ac::ResultNotAgreeEula</CODE></a>
118            </th>
119<td>Indicates cancellation because the user has not agreed to the EULA.</td>
120          </tr>
121          <tr>
122            <th>
123<a href="../../nn/ac/ResultWifiOff/Overview.html"><CODE>nn::ac::ResultWifiOff</CODE></a>
124            </th>
125<td>Indicates that communication is not possible because the system is in wireless-disabled mode.</td>
126          </tr>
127          <tr>
128            <th>
129<a href="../../nn/ac/ResultBrokenNand/Overview.html"><CODE>nn::ac::ResultBrokenNand</CODE></a>
130            </th>
131<td>Indicates that the NAND device is damaged or malfunctioning and cannot operate properly.</td>
132          </tr>
133          <tr>
134            <th>
135<a href="../../nn/ac/ResultBrokenWireless/Overview.html"><CODE>nn::ac::ResultBrokenWireless</CODE></a>
136            </th>
137<td>Indicates that the Wi-Fi device is damaged or malfunctioning and cannot operate properly.</td>
138          </tr>
139          <tr>
140            <th>
141<a href="../../nn/ac/ResultNotFoundAccessPoint/Overview.html"><CODE>nn::ac::ResultNotFoundAccessPoint</CODE></a>
142            </th>
143<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>
144          </tr>
145          <tr>
146            <th>
147<a href="../../nn/ac/ResultFailedStartup/Overview.html"><CODE>nn::ac::ResultFailedStartup</CODE></a>
148            </th>
149<td>Indicates that wireless device initialization failed.</td>
150          </tr>
151          <tr>
152            <th>
153<a href="../../nn/ac/ResultFailedConnectAp/Overview.html"><CODE>nn::ac::ResultFailedConnectAp</CODE></a>
154            </th>
155<td>Indicates that a connection to the access point failed for some reason.</td>
156          </tr>
157          <tr>
158            <th>
159<a href="../../nn/ac/ResultInvalidKeyValue/Overview.html"><CODE>nn::ac::ResultInvalidKeyValue</CODE></a>
160            </th>
161<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>
162          </tr>
163          <tr>
164            <th>
165<a href="../../nn/ac/ResultFailedDhcp/Overview.html"><CODE>nn::ac::ResultFailedDhcp</CODE></a>
166            </th>
167<td>Indicates a failed attempt to get an IP address via DHCP.</td>
168          </tr>
169          <tr>
170            <th>
171<a href="../../nn/ac/ResultConflictIpAddress/Overview.html"><CODE>nn::ac::ResultConflictIpAddress</CODE></a>
172            </th>
173<td>Indicates that the obtained IP address has a conflict.</td>
174          </tr>
175          <tr>
176            <th>
177<a href="../../nn/ac/ResultUnsupportAuthAlgorithm/Overview.html"><CODE>nn::ac::ResultUnsupportAuthAlgorithm</CODE></a>
178            </th>
179<td>Indicates that the local host attempted to connect to an access point that uses an unsupported encryption method.</td>
180          </tr>
181          <tr>
182            <th>
183<a href="../../nn/ac/ResultInvalidDns/Overview.html"><CODE>nn::ac::ResultInvalidDns</CODE></a>
184            </th>
185<td>Indicates that name resolution failed.</td>
186          </tr>
187          <tr>
188            <th>
189<a href="../../nn/ac/ResultInvalidProxy/Overview.html"><CODE>nn::ac::ResultInvalidProxy</CODE></a>
190            </th>
191<td>Indicates that a connection to the proxy server failed.</td>
192          </tr>
193          <tr>
194            <th>
195<a href="../../nn/ac/ResultFailedConnTest/Overview.html"><CODE>nn::ac::ResultFailedConnTest</CODE></a>
196            </th>
197<td>Indicates that a connection to the HTTP server failed.</td>
198          </tr>
199          <tr>
200            <th>
201<a href="../../nn/ac/ResultUnsupportHotspot/Overview.html"><CODE>nn::ac::ResultUnsupportHotspot</CODE></a>
202            </th>
203<td>Indicates that there was an attempt to connect from an unsupported hotspot.</td>
204          </tr>
205          <tr>
206            <th>
207<a href="../../nn/ac/ResultFailedHotspotAuthentication/Overview.html"><CODE>nn::ac::ResultFailedHotspotAuthentication</CODE></a>
208            </th>
209<td>Indicates that hotspot authentication failed.</td>
210          </tr>
211          <tr>
212            <th>
213<a href="../../nn/ac/ResultFailedHotspotConntest/Overview.html"><CODE>nn::ac::ResultFailedHotspotConntest</CODE></a>
214            </th>
215<td>Indicates that a connection to the HTTP server failed after hotspot authentication.</td>
216          </tr>
217          <tr>
218            <th>
219<a href="../../nn/ac/ResultFailedHotspotLogout/Overview.html"><CODE>nn::ac::ResultFailedHotspotLogout</CODE></a>
220            </th>
221<td>Indicates that hotspot authentication logout failed.</td>
222          </tr>
223          <tr>
224            <th>
225<a href="../../nn/ac/ResultUnsupportPlace/Overview.html"><CODE>nn::ac::ResultUnsupportPlace</CODE></a>
226            </th>
227<td>Indicates that connection failed because the system is in a physical location where the application cannot use the Internet.</td>
228          </tr>
229          <tr>
230            <th>
231<a href="../../nn/ac/ResultAlreadyConnectUnsupportAp/Overview.html"><CODE>nn::ac::ResultAlreadyConnectUnsupportAp</CODE></a>
232            </th>
233<td>Indicates that connection failed because the system is already connected to an unsupported access point.</td>
234          </tr>
235          <tr>
236            <th>
237<a href="../../nn/ac/ResultFailedScan/Overview.html"><CODE>nn::ac::ResultFailedScan</CODE></a>
238            </th>
239<td>Indicates that scanning failed.</td>
240          </tr>
241          <tr>
242            <th>
243<a href="../../nn/ac/ResultAlreadyConnecting/Overview.html"><CODE>nn::ac::ResultAlreadyConnecting</CODE></a>
244            </th>
245<td>Indicates that a connection attempt was made but the system is already connected.</td>
246          </tr>
247          <tr>
248            <th>
249<a href="../../nn/ac/ResultNotConnecting/Overview.html"><CODE>nn::ac::ResultNotConnecting</CODE></a>
250            </th>
251<td>Indicates that connection is not yet completed.</td>
252          </tr>
253          <tr>
254            <th>
255<a href="../../nn/ac/ResultAlreadyExclusive/Overview.html"><CODE>nn::ac::ResultAlreadyExclusive</CODE></a>
256            </th>
257<td>Indicates that the resource for which exclusivity was attempted is already exclusive.</td>
258          </tr>
259          <tr>
260            <th>
261<a href="../../nn/ac/ResultNotExclusive/Overview.html"><CODE>nn::ac::ResultNotExclusive</CODE></a>
262            </th>
263<td>Indicates that the attempt at exclusivity is not yet completed.</td>
264          </tr>
265          <tr>
266            <th>
267<a href="../../nn/ac/ResultInvalidLocation/Overview.html"><CODE>nn::ac::ResultInvalidLocation</CODE></a>
268            </th>
269<td>Indicates execution from an invalid location.</td>
270          </tr>
271          <tr>
272            <th>
273<a href="../../nn/ac/ResultLanConnected/Overview.html"><CODE>nn::ac::ResultLanConnected</CODE></a>
274            </th>
275<td>Indicates that a connection in LAN mode is established.</td>
276          </tr>
277          <tr>
278            <th>
279<a href="../../nn/ac/ResultWanConnected/Overview.html"><CODE>nn::ac::ResultWanConnected</CODE></a>
280            </th>
281<td>Indicates that a connection in WAN mode is established.</td>
282          </tr>
283          <tr>
284            <th>
285<a href="../../nn/ac/ResultUnnecessaryHotspotLogout/Overview.html"><CODE>nn::ac::ResultUnnecessaryHotspotLogout</CODE></a>
286            </th>
287<td>Indicates that no hotspot logout is needed.</td>
288          </tr>
289        </table>
290      </div>
291    </a> <a name="enum" id="enum">
292<h2>Enumerated Types</h2>
293      <div class="section">
294        <table class="members">
295          <tr>
296            <td width="100"> </td>
297            <th>
298<a href="../../nn/ac/Description.html"><CODE>Description</CODE></a>
299            </th>
300<td>Displays error details.</td>
301          </tr> </table>
302      </div>
303    </a>
304<h2>Revision History</h2>
305    <div class="section">
306      <dl class="history">
307        <dt>2010/06/14</dt>
308<dd>Initial version.<br />
309        </dd>
310      </dl>
311    </div>
312  <hr><p>CONFIDENTIAL</p></body>
313</html>