nn::dlp::CTR::FakeClient::GetNodeInfo Member Functionstatic nn::Result GetNodeInfo( NodeInfo * pNodeInfo, u16 nodeId );
| Name | Description | |
|---|---|---|
| out | pNodeInfo | Returns the node's information. |
| in | nodeId | Specifies the node ID. |
| Value | Description |
|---|---|
Result::IsSuccess |
The node information was obtained successfully. |
ResultInvalidState |
The state is invalid. Use when connected to a server (from the CLIENT_STATE_WAITING_INVITE state through to the CLIENT_STATE_REBOOTING state). |
ResultNoData |
There is no node with the specified node ID. |
Gets the information for the nodes connected to the network.
CONFIDENTIAL