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::cec</title>
49  </head>
50  <body>
51<h1><CODE><a href="../../nn/Overview.html">nn</a>::cec</CODE> Namespace</h1>
52<h2>Description</h2>
53    <div class="section">
54<p>CEC (Chance Encounter Communication) namespace.</p><!-- write here --></div>
55    <a name="namespace" id="namespace">
56<h2>Namespace</h2>
57      <div class="section">
58        <table class="members">
59          <tr>
60            <th>
61<a href="../../nn/cec/CTR/Overview.html"><CODE>nn::cec::CTR</CODE></a>
62            </th>
63<td>Namespace for the CEC library. <linebreak />(This namespace can also be written without the &quot;<CODE>::CTR</CODE>&quot; portion.)</td>
64          </tr> </table>
65      </div>
66    </a> <a name="class" id="class">
67<h2>Classes</h2>
68      <div class="section">
69        <table class="members">
70          <tr>
71<th class="category" colspan="2">Result</th>
72          </tr>
73          <tr>
74            <th>
75<a href="../../nn/cec/ResultNotAgreeEula/Overview.html"><CODE>nn::cec::ResultNotAgreeEula</CODE></a>
76            </th>
77<td>The user has not agreed to the EULA.</td>
78          </tr>
79          <tr>
80            <th>
81<a href="../../nn/cec/ResultParentalControlCec/Overview.html"><CODE>nn::cec::ResultParentalControlCec</CODE></a>
82            </th>
83<td>Operations have been restricted by Parental Controls.</td>
84          </tr>
85          <tr>
86            <th>
87<a href="../../nn/cec/ResultNotInitialized/Overview.html"><CODE>nn::cec::ResultNotInitialized</CODE></a>
88            </th>
89<td>Not initialized.</td>
90          </tr>
91          <tr>
92            <th>
93<a href="../../nn/cec/ResultAlreadyDone/Overview.html">nn::cec::ResultAlreadyDone</a>
94            </th>
95<td>Process completed.</td>
96          </tr>
97          <tr>
98            <th>
99<a href="../../nn/cec/ResultInvalidCombination/Overview.html"><CODE>nn::cec::ResultInvalidCombination</CODE></a>
100            </th>
101<td>Invalid combination of arguments.</td>
102          </tr>
103          <tr>
104            <th>
105<a href="../../nn/cec/ResultInvalidArgument/Overview.html"><CODE>nn::cec::ResultInvalidArgument</CODE></a>
106            </th>
107<td>The argument is invalid.</td>
108          </tr>
109          <tr>
110            <th>
111<a href="../../nn/cec/ResultBufferFull/Overview.html"><CODE>nn::cec::ResultBufferFull</CODE></a>
112            </th>
113<td>Failed to allocate memory.</td>
114          </tr>
115          <tr>
116            <th>
117<a href="../../nn/cec/ResultNoData/Overview.html"><CODE>nn::cec::ResultNoData</CODE></a>
118            </th>
119<td>No data.</td>
120          </tr>
121          <tr>
122            <th>
123<a href="../../nn/cec/ResultNotAuthorized/Overview.html"><CODE>nn::cec::ResultNotAuthorized</CODE></a>
124            </th>
125<td>Access is not possible because of a failure to specify information that is required for authentication.</td>
126          </tr>
127          <tr>
128            <th>
129<a href="../../nn/cec/ResultTooLarge/Overview.html"><CODE>nn::cec::ResultTooLarge</CODE></a>
130            </th>
131<td>A specified value was too large.</td>
132          </tr>
133          <tr>
134            <th>
135<a href="../../nn/cec/ResultBoxSizeFull/Overview.html"><CODE>nn::cec::ResultBoxSizeFull</CODE></a>
136            </th>
137<td>A box's available capacity has been exceeded.</td>
138          </tr>
139          <tr>
140            <th>
141<a href="../../nn/cec/ResultBoxMessNumFull/Overview.html"><CODE>nn::cec::ResultBoxMessNumFull</CODE></a>
142            </th>
143<td>The number of items that can be stored in a box has been exceeded.</td>
144          </tr>
145          <tr>
146            <th>
147<a href="../../nn/cec/ResultBoxNumFull/Overview.html"><CODE>nn::cec::ResultBoxNumFull</CODE></a>
148            </th>
149<td>The maximum number of boxes has been exceeded.</td>
150          </tr>
151          <tr>
152            <th>
153<a href="../../nn/cec/ResultBoxAlreadyExists/Overview.html"><CODE>nn::cec::ResultBoxAlreadyExists</CODE></a>
154            </th>
155<td>The box already exists.</td>
156          </tr>
157          <tr>
158            <th>
159<a href="../../nn/cec/ResultMessTooLarge/Overview.html"><CODE>nn::cec::ResultMessTooLarge</CODE></a>
160            </th>
161<td>A message is too large.</td>
162          </tr>
163          <tr>
164            <th>
165<a href="../../nn/cec/ResultInvalidId/Overview.html"><CODE>nn::cec::ResultInvalidId</CODE></a>
166            </th>
167<td>An invalid ID has been specified.</td>
168          </tr>
169          <tr>
170            <th>
171<a href="../../nn/cec/ResultInvalidData/Overview.html"><CODE>nn::cec::ResultInvalidData</CODE></a>
172            </th>
173<td>Invalid data has been specified.</td>
174          </tr>
175          <tr>
176            <th>
177<a href="../../nn/cec/ResultInvalidPointer/Overview.html"><CODE>nn::cec::ResultInvalidPointer</CODE></a>
178            </th>
179<td>An invalid pointer has been specified.</td>
180          </tr>
181          <tr>
182            <th>
183<a href="../../nn/cec/ResultStateBusy/Overview.html"><CODE>nn::cec::ResultStateBusy</CODE></a>
184            </th>
185<td>The target is busy and cannot be accessed.</td>
186          </tr>
187          <tr>
188            <th>
189<a href="../../nn/cec/ResultMisalignedSize/Overview.html"><CODE>nn::cec::ResultMisalignedSize</CODE></a>
190            </th>
191<td>The size alignment is invalid.</td>
192          </tr> </table>
193      </div>
194    </a>
195<h2>Revision History</h2>
196    <div class="section">
197      <dl class="history">
198        <dt>2010/08/16</dt>
199<dd>Initial version.<br />
200        </dd>
201      </dl>
202    </div>
203  <hr><p>CONFIDENTIAL</p></body>
204</html>
205