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