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