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<title>GetConnectResult</title>
8  </head>
9  <body>
10<h1><CODE><a href="../../../nn/Overview.html">nn</a>::<a href="../../../nn/ac/Overview.html">ac</a>::<a href="../../../nn/ac/CTR/Overview.html">CTR</a>::GetConnectResult</CODE> Function</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14<a href="../../../nn/Result/Overview.html">Result</a> GetConnectResult();
15</pre>
16    </div>
17<h2>Parameters</h2>
18    <div class="section">
19<p>None.</p>
20    </div>
21<h2>Return Values</h2>
22<div class="section">The result.<br /> <br />
23      <table class="arguments">
24        <thead>
25          <tr>
26<th>Value</th>
27<td>Description</td>
28          </tr>
29        </thead>
30        <tr>
31<th><CODE>Result::IsSuccess</CODE></th>
32<td>Connection successful.</td>
33        </tr>
34        <tr>
35<th><CODE>ResultProcessing</CODE></th>
36<td>Connection has yet to complete.</td>
37        </tr>
38        <tr>
39<th><CODE>ResultNotFoundAccessPoint</CODE></th>
40<td>Unable to find an access point that could be connected to.</td>
41        </tr>
42        <tr>
43<th><CODE>ResultCanceled</CODE></th>
44<td>Canceled while a connection was being processed.</td>
45        </tr>
46        <tr>
47<th><CODE>ResultAlreadyConnectUnsupportAp</CODE></th>
48<td>Connecting to an unusable AP.</td>
49        </tr>
50        <tr>
51<th><CODE>ResultWifiOff</CODE></th>
52<td>Cannot use the network because the system is in wireless-disabled mode.</td>
53        </tr>
54        <tr>
55<th><CODE>ResultFailedScan</CODE></th>
56<td>Failed scan.</td>
57        </tr>
58        <tr>
59<th><CODE>ResultConflictIpAddress</CODE></th>
60<td>Conflicting IP address.</td>
61        </tr>
62        <tr>
63<th><CODE>ResultFailedDhcp</CODE></th>
64<td>DHCP failure.</td>
65        </tr>
66        <tr>
67<th><CODE>ResultInvalidDns</CODE></th>
68<td>Name resolution failure.</td>
69        </tr>
70        <tr>
71<th><CODE>ResultInvalidProxy</CODE></th>
72<td>Proxy failure.</td>
73        </tr>
74        <tr>
75<th><CODE>ResultFailedConnTest</CODE></th>
76<td>Failed Internet connection test.</td>
77        </tr>
78        <tr>
79<th><CODE>ResultFailedHotspotAuthentication</CODE></th>
80<td>Failed hotspot authentication.</td>
81        </tr>
82        <tr>
83<th><CODE>ResultFailedHotspotConntest</CODE></th>
84<td>Passed hotspot authentication and then failed an Internet connection test.</td>
85        </tr>
86        <tr>
87<th><CODE>ResultOutOfMemory</CODE></th>
88<td>Failed to allocate memory.</td>
89        </tr>
90        <tr>
91<th><CODE>ResultUnsupportAuthAlgorithm</CODE></th>
92<td>Could not connect to an access point because it used an unsupported encryption scheme.</td>
93        </tr>
94        <tr>
95<th><CODE>ResultDenyUsbAp</CODE></th>
96<td>Access to a Nintendo Wi-Fi USB Connector was denied.</td>
97        </tr>
98        <tr>
99<th><CODE>ResultUnsupportPlace</CODE></th>
100<td>Could not connect because the network is unusable from the current location.</td>
101        </tr>
102        <tr>
103<th>A value other than the above.</th>
104<td>Failed for reasons other than those given above.</td>
105        </tr>
106      </table> </div>
107<h2>Description</h2>
108    <div class="section">
109<p>Gets the processing results after establishing an asynchronous automatic connection.</p><p>When you have connected using the <a href="../../../nn/ac/CTR/ConnectAsync.html"><CODE>ConnectAsync</CODE></a> function and the <br /><a href="../../../nn/os/Event/Overview.html"><CODE>nn::os::Event</CODE></a> is signaled, use this function to check the results.<br /></p><!-- write here --></div>
110<h2>Revision History</h2>
111    <div class="section">
112      <dl class="history">
113        <dt>2011/09/12</dt>
114<dd>Standardized notation for wireless-disabled mode.<br />
115        </dd>
116        <dt>2010/06/14</dt>
117<dd>Initial version.<br />
118        </dd>
119      </dl>
120    </div>
121  <hr><p>CONFIDENTIAL</p></body>
122</html>