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      span.virtual_style
22      {
23        font-size			 : 8pt;
24        color				 : white;
25        font-weight			: bold;
26        background			: #0a0;
27        border-left			: solid 1px #0f0;
28        border-top			: solid 1px #0f0;
29        border-right		: solid 1px #060;
30        border-bottom		: solid 1px #060;
31        padding-left		: 2px;
32        padding-right		: 2px;
33      }
34      span.protected_style
35      {
36        font-size			 : 8pt;
37        color				 : white;
38        font-weight			: bold;
39        background			: #444;
40        border-left			: solid 1px #ccc;
41        border-top			: solid 1px #ccc;
42        border-right		: solid 1px #222;
43        border-bottom		: solid 1px #222;
44        padding-left		: 2px;
45        padding-right		: 2px;
46      }
47        --></style>
48<title>nn::ac</title>
49  </head>
50  <body>
51<h1><CODE>nn::ac</CODE> Namespace</h1>
52<h2>Description</h2>
53    <div class="section">
54<p>AC namespace.</p><!-- write here --></div>
55    <a name="namespace" id="namespace">
56<h2>Namespaces</h2>
57      <div class="section">
58        <table class="members">
59          <tr>
60            <th>
61<a href="../../nn/ac/CTR/Overview.html"><CODE>nn::ac::CTR</CODE></a>
62            </th>
63<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>
64          </tr> </table>
65      </div>
66    </a> <a name="class" id="class">
67<h2>Classes</h2>
68      <div class="section">
69        <table class="members">
70          <tr>
71            <th>
72<a href="../../nn/ac/ResultDebugOnly/Overview.html"><CODE>nn::ac::ResultDebugOnly</CODE></a>
73            </th>
74<td>This occurs when a function that can only be used in a Debug or Development build is called from a Release build.。</td>
75          </tr>
76          <tr>
77            <th>
78<a href="../../nn/ac/ResultAlreadyInitialized/Overview.html"><CODE>nn::ac::ResultAlreadyInitialized</CODE></a>
79            </th>
80<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>
81          </tr>
82          <tr>
83            <th>
84<a href="../../nn/ac/ResultNotInitialized/Overview.html"><CODE>nn::ac::ResultNotInitialized</CODE></a>
85            </th>
86<td>Indicates that releasing was attempted for a process that was already released.</td>
87          </tr>
88          <tr>
89            <th>
90<a href="../../nn/ac/ResultCanceled/Overview.html"><CODE>nn::ac::ResultCanceled</CODE></a>
91            </th>
92<td>Indicates that the process was canceled.</td>
93          </tr>
94          <tr>
95            <th>
96<a href="../../nn/ac/ResultInvalidData/Overview.html"><CODE>nn::ac::ResultInvalidData</CODE></a>
97            </th>
98<td>Indicates the existence of invalid data.</td>
99          </tr>
100          <tr>
101            <th>
102<a href="../../nn/ac/ResultInvalidArgumentOutOfRange/Overview.html">nn::ac::ResultInvalidArgumentOutOfRange</a>
103            </th>
104<td>Indicates that the argument specified was out of range.</td>
105          </tr>
106          <tr>
107            <th>
108<a href="../../nn/ac/ResultOutOfMemory/Overview.html"><CODE>nn::ac::ResultOutOfMemory</CODE></a>
109            </th>
110<td>Indicates that processing could not continue due to insufficient memory.</td>
111          </tr>
112          <tr>
113            <th>
114<a href="../../nn/ac/ResultAlreadyExists/Overview.html"><CODE>nn::ac::ResultAlreadyExists</CODE></a>
115            </th>
116<td>Indicates that a request could not be continued because an asynchronous process was already running and another was called.</td>
117          </tr>
118          <tr>
119            <th>
120<a href="../../nn/ac/ResultNotAgreeEula/Overview.html"><CODE>nn::ac::ResultNotAgreeEula</CODE></a>
121            </th>
122<td>Indicates cancellation because the user has not agreed to the EULA.</td>
123          </tr>
124          <tr>
125            <th>
126<a href="../../nn/ac/ResultWifiOff/Overview.html"><CODE>nn::ac::ResultWifiOff</CODE></a>
127            </th>
128<td>Indicates that communication is not possible because the system is in wireless-disabled mode.</td>
129          </tr>
130          <tr>
131            <th>
132<a href="../../nn/ac/ResultNotFoundAccessPoint/Overview.html"><CODE>nn::ac::ResultNotFoundAccessPoint</CODE></a>
133            </th>
134<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>
135          </tr>
136          <tr>
137            <th>
138<a href="../../nn/ac/ResultFailedStartup/Overview.html"><CODE>nn::ac::ResultFailedStartup</CODE></a>
139            </th>
140<td>Indicates that wireless device initialization failed.</td>
141          </tr>
142          <tr>
143            <th>
144<a href="../../nn/ac/ResultFailedConnectAp/Overview.html"><CODE>nn::ac::ResultFailedConnectAp</CODE></a>
145            </th>
146<td>Indicates that a connection to the access point failed for some reason.</td>
147          </tr>
148          <tr>
149            <th>
150<a href="../../nn/ac/ResultInvalidKeyValue/Overview.html"><CODE>nn::ac::ResultInvalidKeyValue</CODE></a>
151            </th>
152<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>
153          </tr>
154          <tr>
155            <th>
156<a href="../../nn/ac/ResultFailedDhcp/Overview.html"><CODE>nn::ac::ResultFailedDhcp</CODE></a>
157            </th>
158<td>Indicates a failed attempt to get an IP address via DHCP.</td>
159          </tr>
160          <tr>
161            <th>
162<a href="../../nn/ac/ResultConflictIpAddress/Overview.html"><CODE>nn::ac::ResultConflictIpAddress</CODE></a>
163            </th>
164<td>Indicates that the obtained IP address has a conflict.</td>
165          </tr>
166          <tr>
167            <th>
168<a href="../../nn/ac/ResultUnsupportAuthAlgorithm/Overview.html"><CODE>nn::ac::ResultUnsupportAuthAlgorithm</CODE></a>
169            </th>
170<td>Indicates that the local host attempted to connect to an access point that uses an unsupported encryption method.</td>
171          </tr>
172          <tr>
173            <th>
174<a href="../../nn/ac/ResultInvalidDns/Overview.html"><CODE>nn::ac::ResultInvalidDns</CODE></a>
175            </th>
176<td>Indicates that name resolution failed.</td>
177          </tr>
178          <tr>
179            <th>
180<a href="../../nn/ac/ResultInvalidProxy/Overview.html"><CODE>nn::ac::ResultInvalidProxy</CODE></a>
181            </th>
182<td>Indicates that a connection to the proxy server failed.</td>
183          </tr>
184          <tr>
185            <th>
186<a href="../../nn/ac/ResultFailedConnTest/Overview.html"><CODE>nn::ac::ResultFailedConnTest</CODE></a>
187            </th>
188<td>Indicates that a connection to the HTTP server failed.</td>
189          </tr>
190          <tr>
191            <th>
192<a href="../../nn/ac/ResultUnsupportHotspot/Overview.html"><CODE>nn::ac::ResultUnsupportHotspot</CODE></a>
193            </th>
194<td>Indicates that there was an attempt to connect from an unsupported hotspot.</td>
195          </tr>
196          <tr>
197            <th>
198<a href="../../nn/ac/ResultFailedHotspotAuthentication/Overview.html"><CODE>nn::ac::ResultFailedHotspotAuthentication</CODE></a>
199            </th>
200<td>Indicates that hotspot authentication failed.</td>
201          </tr>
202          <tr>
203            <th>
204<a href="../../nn/ac/ResultFailedHotspotConntest/Overview.html"><CODE>nn::ac::ResultFailedHotspotConntest</CODE></a>
205            </th>
206<td>Indicates that a connection to the HTTP server failed after hotspot authentication.</td>
207          </tr>
208          <tr>
209            <th>
210<a href="../../nn/ac/ResultUnsupportPlace/Overview.html"><CODE>nn::ac::ResultUnsupportPlace</CODE></a>
211            </th>
212<td>Indicates that the connection failed because the system is physically located where the application cannot use the Internet.</td>
213          </tr>
214          <tr>
215            <th>
216<a href="../../nn/ac/ResultFailedScan/Overview.html"><CODE>nn::ac::ResultFailedScan</CODE></a>
217            </th>
218<td>Indicates that scanning failed.</td>
219          </tr>
220          <tr>
221            <th>
222<a href="../../nn/ac/ResultAlreadyConnecting/Overview.html"><CODE>nn::ac::ResultAlreadyConnecting</CODE></a>
223            </th>
224<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>
225          </tr>
226          <tr>
227            <th>
228<a href="../../nn/ac/ResultNotConnecting/Overview.html"><CODE>nn::ac::ResultNotConnecting</CODE></a>
229            </th>
230<td>Indicates that connection is not yet completed.</td>
231          </tr>
232          <tr>
233            <th>
234<a href="../../nn/ac/ResultInvalidLocation/Overview.html"><CODE>nn::ac::ResultInvalidLocation</CODE></a>
235            </th>
236<td>Indicates execution from an invalid location.</td>
237          </tr>
238          <tr>
239            <th>
240<a href="../../nn/ac/ResultLanConnected/Overview.html"><CODE>nn::ac::ResultLanConnected</CODE></a>
241            </th>
242<td>Indicates that a LAN connection is established.</td>
243          </tr>
244          <tr>
245            <th>
246<a href="../../nn/ac/ResultWanConnected/Overview.html"><CODE>nn::ac::ResultWanConnected</CODE></a>
247            </th>
248<td>Indicates that a WAN connection is established.</td>
249          </tr>
250          <tr>
251            <th>
252<a href="../../nn/ac/ResultProcessing/Overview.html"><CODE>nn::ac::ResultProcessing</CODE></a>
253            </th>
254<td>Indicates that processing is occurring.</td>
255          </tr> </table>
256      </div>
257    </a> <a name="enum" id="enum">
258<h2>Enumerated Types</h2>
259      <div class="section">
260        <table class="members">
261          <tr>
262            <td width="100"> </td>
263            <th>
264<a href="../../nn/ac/Description.html"><CODE>Description</CODE></a>
265            </th>
266<td>Displays error details.</td>
267          </tr> </table>
268      </div>
269    </a>
270<h2>Revision History</h2>
271    <div class="section">
272      <dl class="history">
273        <dt>2010/06/14</dt>
274<dd>Initial version.<br />
275        </dd>
276      </dl>
277    </div>
278  <hr><p>CONFIDENTIAL</p></body>
279</html>
280