nn::dlp::CTR::Server::GetClientInfo Member Functionstatic nn::Result GetClientInfo( NodeInfo * pClientInfo, u16 nodeId );
| Name | Description | |
|---|---|---|
| pClientInfo | ||
| in | nodeId | Specifies the client's node ID. |
| out | pNodeInfo | Returns the client's information. |
| Value | Description |
|---|---|
| ResultSuccess | The client information was obtained successfully. |
ResultInvalidState |
The state is invalid. This function can be used after the OpenSessions function has succeeded (SERVER_STATE_OPENED_SESSIONS) as long as the state is not SERVER_STATE_ERROR. Clients with the node ID specified with ResultNoData are not connected. |
Gets the client's information.
CONFIDENTIAL