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::friends</title> 51 </head> 52 <body> 53<h1><CODE><a href="../../nn/Overview.html">nn</a>::friends</CODE> Namespace</h1> 54<h2>Description</h2> 55 <div class="section"> 56<p>The namespace of the friends library.</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/friends/CTR/Overview.html"><CODE>nn::friends::CTR</CODE></a> 64 </th> 65<td>The namespace of the <a href="../../nn/friends/CTR/Overview.html">CTR</a> friends 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> 74<a href="../../nn/friends/ResultCoreTimeOut/Overview.html"><CODE>nn::friends::ResultCoreTimeOut</CODE></a> 75 </th> 76<td>Indicates that an asynchronous process has timed out.</td> 77 </tr> 78 <tr> 79 <th> 80<a href="../../nn/friends/ResultCoreCallInitiationFailure/Overview.html"><CODE>nn::friends::ResultCoreCallInitiationFailure</CODE></a> 81 </th> 82<td>Indicates that the remote method call failed to start. Generated when there is an authentication token and the system cannot connect to the Internet.</td> 83 </tr> 84 <tr> 85 <th> 86<a href="../../nn/friends/ResultTransportConnectionFailure/Overview.html"><CODE>nn::friends::ResultTransportConnectionFailure</CODE></a> 87 </th> 88<td>Indicates that there was no response from the friend server. Also issued when the asynchronous process is forcibly terminated.</td> 89 </tr> 90 <tr> 91 <th> 92<a href="../../nn/friends/ResultRmcNotCalled/Overview.html"><CODE>nn::friends::ResultRmcNotCalled</CODE></a> 93 </th> 94<td>Indicates that nothing was sent to the server at the time because it is either offline or no time has passed since the previous send. Normally, there is no need for handling.</td> 95 </tr> 96 <tr> 97 <th> 98<a href="../../nn/friends/ResultInvalidArgument/Overview.html"><CODE>nn::friends::ResultInvalidArgument</CODE></a> 99 </th> 100<td>Indicates that the specified argument was an invalid value.</td> 101 </tr> 102 <tr> 103 <th> 104<a href="../../nn/friends/ResultInvalidPrincipalId/Overview.html"><CODE>nn::friends::ResultInvalidPrincipalId</CODE></a> 105 </th> 106<td>Indicates that the specified principal ID is invalid.</td> 107 </tr> 108 <tr> 109 <th> 110<a href="../../nn/friends/ResultLocalAccountNotLoaded/Overview.html"><CODE>nn::friends::ResultLocalAccountNotLoaded</CODE></a> 111 </th> 112<td>For some reason, the account was not loaded in the daemon. From this state, most friend presence library APIs cannot be used.</td> 113 </tr> 114 <tr> 115 <th> 116<a href="../../nn/friends/ResultP2pInternetProhibited/Overview.html"><CODE>nn::friends::ResultP2pInternetProhibited</CODE></a> 117 </th> 118<td>Indicates that communication between friends has been prohibited by Parental Controls.</td> 119 </tr> 120 <tr> 121 <th> 122<a href="../../nn/friends/ResultMiiNotExists/Overview.html"><CODE>nn::friends::ResultMiiNotExists</CODE></a> 123 </th> 124<td>Indicates that operation failed because no Personal Mii is configured.</td> 125 </tr> 126 <tr> 127 <th> 128<a href="../../nn/friends/ResultAddFriendProhibited/Overview.html"><CODE>nn::friends::ResultAddFriendProhibited</CODE></a> 129 </th> 130<td>Indicates that friend registration is prohibited by Parental Controls.</td> 131 </tr> 132 <tr> 133 <th> 134<a href="../../nn/friends/ResultInvalidPreference/Overview.html"><CODE>nn::friends::ResultInvalidPreference</CODE></a> 135 </th> 136<td>Indicates that the local host's friend notification settings have not been configured in the friend list first-time startup sequence.</td> 137 </tr> 138 <tr> 139 <th> 140<a href="../../nn/friends/ResultNasAuthenticationError/Overview.html"><CODE>nn::friends::ResultNasAuthenticationError</CODE></a> 141 </th> 142<td>Indicates that a negative response was returned from the authentication server.</td> 143 </tr> 144 <tr> 145 <th> 146<a href="../../nn/friends/ResultAuthenticationTokenParseError/Overview.html"><CODE>nn::friends::ResultAuthenticationTokenParseError</CODE></a> 147 </th> 148<td>Indicates that the response from the authentication server could not be correctly parsed.</td> 149 </tr> 150 <tr> 151 <th> 152<a href="../../nn/friends/ResultAuthenticationHttpConnectionError/Overview.html"><CODE>nn::friends::ResultAuthenticationHttpConnectionError</CODE></a> 153 </th> 154<td>Indicates that the connection to the authentication server failed.</td> 155 </tr> 156 <tr> 157 <th> 158<a href="../../nn/friends/ResultAuthenticationDnsError/Overview.html"><CODE>nn::friends::ResultAuthenticationDnsError</CODE></a> 159 </th> 160<td>Indicates that the authentication server name resolution failed. This is also issued when connection to the access point fails.</td> 161 </tr> 162 <tr> 163 <th> 164<a href="../../nn/friends/ResultAuthenticationHttpGetProxySetting/Overview.html"><CODE>nn::friends::ResultAuthenticationHttpGetProxySetting</CODE></a> 165 </th> 166<td>Indicates that the acquisition of the proxy value set in the device failed.</td> 167 </tr> 168 <tr> 169 <th> 170<a href="../../nn/friends/ResultAuthenticationValidationFailed/Overview.html"><CODE>nn::friends::ResultAuthenticationValidationFailed</CODE></a> 171 </th> 172<td>Indicates the verification of the authentication token failed on the friend server.</td> 173 </tr> 174 <tr> 175 <th> 176<a href="../../nn/friends/ResultAuthenticationInvalidParam/Overview.html"><CODE>nn::friends::ResultAuthenticationInvalidParam</CODE></a> 177 </th> 178<td>Indicates the verification of the authentication token failed on the friend server.</td> 179 </tr> 180 <tr> 181 <th> 182<a href="../../nn/friends/ResultAuthenticationPrincipalIdUnmatched/Overview.html"><CODE>nn::friends::ResultAuthenticationPrincipalIdUnmatched</CODE></a> 183 </th> 184<td>Indicates that the principal ID included in the authentication token does not match one's own principal ID.</td> 185 </tr> 186 <tr> 187 <th> 188<a href="../../nn/friends/ResultAuthenticationMoveCountUnmatch/Overview.html"><CODE>nn::friends::ResultAuthenticationMoveCountUnmatch</CODE></a> 189 </th> 190<td>Indicates that an account became invalid when it was moved.</td> 191 </tr> 192 <tr> 193 <th> 194<a href="../../nn/friends/ResultAuthenticationUnderMaintenance/Overview.html"><CODE>nn::friends::ResultAuthenticationUnderMaintenance</CODE></a> 195 </th> 196<td>Indicates that the friend server is being serviced and the online functions cannot be used.</td> 197 </tr> 198 <tr> 199 <th> 200<a href="../../nn/friends/ResultAuthenticationUnsupportedVersion/Overview.html"><CODE>nn::friends::ResultAuthenticationUnsupportedVersion</CODE></a> 201 </th> 202<td>Indicates that the friend server does not support the version.</td> 203 </tr> 204 <tr> 205 <th> 206<a href="../../nn/friends/ResultNotFriendsResult/Overview.html"><CODE>nn::friends::ResultNotFriendsResult</CODE></a> 207 </th> 208<td>Indicates that the specified <a href="../../nn/Result/Overview.html">nn::Result</a> was not returned by the friend presence library.</td> 209 </tr> 210 <tr> 211 <th> 212<a href="../../nn/friends/ResultAcNotConnected/Overview.html"><CODE>nn::friends::ResultAcNotConnected</CODE></a> 213 </th> 214<td>Indicates that a connection request was not sent to the AC but the <a href="../../nn/friends/CTR/Login.html"><CODE>nn::friends::CTR::Login</CODE></a> function was called.</td> 215 </tr> 216 <tr> 217 <th> 218<a href="../../nn/friends/ResultNotInitialized/Overview.html"><CODE>nn::friends::ResultNotInitialized</CODE></a> 219 </th> 220<td>Indicates that the API was used without initializing the friend presence library.</td> 221 </tr> 222 <tr> 223 <th> 224<a href="../../nn/friends/ResultInvalidHandle/Overview.html"><CODE>nn::friends::ResultInvalidHandle</CODE></a> 225 </th> 226<td>Indicates that the specified kernel object handle is invalid. Primarily, this is generated when <a href="../../nn/os/Event/Overview.html">nn::os::Event</a> is passed without initializing.</td> 227 </tr> 228 <tr> 229 <th> 230<a href="../../nn/friends/ResultInvalidPointer/Overview.html"><CODE>nn::friends::ResultInvalidPointer</CODE></a> 231 </th> 232<td>Indicates that the specified pointer is invalid.</td> 233 </tr> 234 <tr> 235 <th> 236<a href="../../nn/friends/ResultTooLarge/Overview.html"><CODE>nn::friends::ResultTooLarge</CODE></a> 237 </th> 238<td>Indicates that the specified array is too large. Primarily, this is generated when trying to acquire data that exceeds the maximum number in the friend list.</td> 239 </tr> 240 <tr> 241 <th> 242<a href="../../nn/friends/ResultNotAuthorized/Overview.html"><CODE>nn::friends::ResultNotAuthorized</CODE></a> 243 </th> 244<td>Indicates an operation that is not allowed. This value is sometimes returned if a function is called in Sleep Mode.</td> 245 </tr> 246 <tr> 247 <th> 248<a href="../../nn/friends/ResultUnexpectedState/Overview.html"><CODE>nn::friends::ResultUnexpectedState</CODE></a> 249 </th> 250<td>Indicates an invalid internal state.</td> 251 </tr> </table> 252 </div> 253 </a> 254<h2>Revision History</h2> 255 <div class="section"> 256 <dl class="history"> 257 <dt>2011/03/22</dt> 258<dd>Removed reference to results that are no longer returned because of code reorganization for version 2.1.<br /> 259 </dd> 260 <dt>2011/03/14</dt> 261<dd>Removed reference to results that were never actually returned.<br />Fixed typos.<br /> 262 </dd> 263 <dt>2010/08/16</dt> 264<dd>Initial version.<br /> 265 </dd> 266 </dl> 267 </div> 268 <hr><p>CONFIDENTIAL</p></body> 269</html>