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::dlp::CTR::FakeClient</title>
51  </head>
52  <body>
53<h1><CODE>nn::dlp::CTR::FakeClient</CODE> Class</h1>
54<h2>Syntax</h2>
55    <div class="section">
56      <pre class="definition">class FakeClient</pre>
57    </div>
58<h2>Description</h2>
59    <div class="section">
60<p>Class for download play fake clients.</p><!-- write here --></div>
61    <a name="function" id="function">
62<h2>Member Functions</h2>
63      <div class="section">
64        <table class="members">
65          <tr>
66            <td width="100">
67<span class="static_style" title="static">S</span> </td>
68            <th>
69<a href="../../../../nn/dlp/CTR/FakeClient/GetBufferSize.html"><CODE>GetBufferSize</CODE></a>
70            </th>
71<td>Gets the buffer size required for fake client initialization.</td>
72          </tr>
73          <tr>
74            <td width="100">
75<span class="static_style" title="static">S</span> </td>
76            <th>
77<a href="../../../../nn/dlp/CTR/FakeClient/Initialize.html"><CODE>Initialize</CODE></a>
78            </th>
79<td>Initializes a fake client.</td>
80          </tr>
81          <tr>
82            <td width="100">
83<span class="static_style" title="static">S</span> </td>
84            <th>
85<a href="../../../../nn/dlp/CTR/FakeClient/Finalize.html"><CODE>Finalize</CODE></a>
86            </th>
87<td>Finalizes a fake client.</td>
88          </tr>
89          <tr>
90            <td width="100">
91<span class="static_style" title="static">S</span> </td>
92            <th>
93<a href="../../../../nn/dlp/CTR/FakeClient/GetEventDesc.html"><CODE>GetEventDesc</CODE></a>
94            </th>
95<td>Gets arriving events from the queue.</td>
96          </tr>
97          <tr>
98            <td width="100">
99<span class="static_style" title="static">S</span> </td>
100            <th>
101<a href="../../../../nn/dlp/CTR/FakeClient/GetChannels.html"><CODE>GetChannels</CODE></a>
102            </th>
103<td>Returns the channel bitmap that can be used for scanning.</td>
104          </tr>
105          <tr>
106            <td width="100">
107<span class="static_style" title="static">S</span> </td>
108            <th>
109<a href="../../../../nn/dlp/CTR/FakeClient/StartScan.html"><CODE>StartScan</CODE></a>
110            </th>
111<td>Starts scanning for servers.</td>
112          </tr>
113          <tr>
114            <td width="100">
115<span class="static_style" title="static">S</span> </td>
116            <th>
117<a href="../../../../nn/dlp/CTR/FakeClient/StopScan.html"><CODE>StopScan</CODE></a>
118            </th>
119<td>Stops scanning for servers.</td>
120          </tr>
121          <tr>
122            <td width="100">
123<span class="static_style" title="static">S</span> </td>
124            <th>
125<a href="../../../../nn/dlp/CTR/FakeClient/GetServerInfo.html"><CODE>GetServerInfo</CODE></a>
126            </th>
127<td>Gets the server information from scan results.</td>
128          </tr>
129          <tr>
130            <td width="100">
131<span class="static_style" title="static">S</span> </td>
132            <th>
133<a href="../../../../nn/dlp/CTR/FakeClient/GetTitleInfo.html"><CODE>GetTitleInfo</CODE></a>
134            </th>
135<td>Gets child program information from the results of a scan.</td>
136          </tr>
137          <tr>
138            <td width="100">
139<span class="static_style" title="static">S</span> </td>
140            <th>
141<a href="../../../../nn/dlp/CTR/FakeClient/DeleteScanInfo.html"><CODE>DeleteScanInfo</CODE></a>
142            </th>
143<td>Deletes the specified server's scan information (server information and child program information) from the scan results.</td>
144          </tr>
145          <tr>
146            <td width="100">
147<span class="static_style" title="static">S</span> </td>
148            <th>
149<a href="../../../../nn/dlp/CTR/FakeClient/StartFakeSession.html"><CODE>StartFakeSession</CODE></a>
150            </th>
151<td>Starts a download session with no download.</td>
152          </tr>
153          <tr>
154            <td width="100">
155<span class="static_style" title="static">S</span> </td>
156            <th>
157<a href="../../../../nn/dlp/CTR/FakeClient/GetPassphrase.html"><CODE>GetPassphrase</CODE></a>
158            </th>
159<td>Gets the UDS passphrase to be used when an opponent child device reconnects to a parent.</td>
160          </tr>
161          <tr>
162            <td width="100">
163<span class="static_style" title="static">S</span> </td>
164            <th>
165<a href="../../../../nn/dlp/CTR/FakeClient/StopFakeSession.html"><CODE>StopFakeSession</CODE></a>
166            </th>
167<td>Stops a participating session.</td>
168          </tr>
169          <tr>
170            <td width="100">
171<span class="static_style" title="static">S</span> </td>
172            <th>
173<a href="../../../../nn/dlp/CTR/FakeClient/GetMyStatus.html"><CODE>GetMyStatus</CODE></a>
174            </th>
175<td>Gets the one's own status, download progress, and other information.</td>
176          </tr>
177          <tr>
178            <td width="100">
179<span class="static_style" title="static">S</span> </td>
180            <th>
181<a href="../../../../nn/dlp/CTR/FakeClient/GetConnectingNodes.html"><CODE>GetConnectingNodes</CODE></a>
182            </th>
183<td>Gets the node IDs of the nodes currently connected to the network.</td>
184          </tr>
185          <tr>
186            <td width="100">
187<span class="static_style" title="static">S</span> </td>
188            <th>
189<a href="../../../../nn/dlp/CTR/FakeClient/GetNodeInfo.html"><CODE>GetNodeInfo</CODE></a>
190            </th>
191<td>Gets the information for the nodes connected to the network.</td>
192          </tr>
193          <tr>
194            <td width="100">
195<span class="static_style" title="static">S</span> </td>
196            <th>
197<a href="../../../../nn/dlp/CTR/FakeClient/GetLinkLevel.html"><CODE>GetLinkLevel</CODE></a>
198            </th>
199<td>Gets the link level (signal strength).</td>
200          </tr> </table>
201      </div>
202    </a>
203<h2>Revision History</h2>
204    <div class="section">
205      <dl class="history">
206        <dt>2010/08/16</dt>
207<dd>Initial version.<br />
208        </dd>
209      </dl>
210    </div>
211  <hr><p>CONFIDENTIAL</p></body>
212</html>