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::Server</title>
49  </head>
50  <body>
51<h1><CODE>nn::dlp::CTR::Server</CODE> Class</h1>
52<h2>Syntax</h2>
53    <div class="section">
54      <pre class="definition">class Server</pre>
55    </div>
56<h2>Description</h2>
57    <div class="section">
58<p>Class for download play servers.</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/Server/GetBufferSize.html"><CODE>GetBufferSize</CODE></a>
68            </th>
69<td>Gets the size of the buffer required to initialize the server.</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/Server/Initialize.html"><CODE>Initialize</CODE></a>
76            </th>
77<td>Initializes the server.</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/Server/Finalize.html"><CODE>Finalize</CODE></a>
84            </th>
85<td>Finalizes the server.</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/Server/GetState.html"><CODE>GetState</CODE></a>
92            </th>
93<td>Gets the server state.</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/Server/GetEventDesc.html"><CODE>GetEventDesc</CODE></a>
100            </th>
101<td>Gets arriving events from the queue.</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/Server/OpenSessions.html"><CODE>OpenSessions</CODE></a>
108            </th>
109<td>Begins download sessions.</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/Server/AcceptClient.html"><CODE>AcceptClient</CODE></a>
116            </th>
117<td>Allows client connections.</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/Server/DisconnectClient.html"><CODE>DisconnectClient</CODE></a>
124            </th>
125<td>Forcibly disconnects client network connections.</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/Server/StartDistribute.html"><CODE>StartDistribute</CODE></a>
132            </th>
133<td>Begins the data download sessions.</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/Server/RebootAllClients.html">RebootAllClients</a>
140            </th>
141<td>Sends a reboot request to all clients.</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/Server/CloseSessions.html"><CODE>CloseSessions</CODE></a>
148            </th>
149<td>Halts download sessions.</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/Server/GetConnectingClients.html"><CODE>GetConnectingClients</CODE></a>
156            </th>
157<td>Gets the number of connected clients.</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/Server/GetClientInfo.html"><CODE>GetClientInfo</CODE></a>
164            </th>
165<td>Gets the client's information.</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/Server/GetClientStatus.html"><CODE>GetClientStatus</CODE></a>
172            </th>
173<td>Gets the client status, download progress, and other information.</td>
174          </tr> </table>
175      </div>
176    </a>
177<h2>Revision History</h2>
178    <div class="section">
179      <dl class="history">
180        <dt>2010/08/16</dt>
181<dd>Initial version.<br />
182        </dd>
183      </dl>
184    </div>
185  <hr><p>CONFIDENTIAL</p></body>
186</html>
187