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