nn::dlp::CTR::FakeClient::GetConnectingNodes Member Functionstatic nn::Result GetConnectingNodes( u8 * pNum, u16 * pNodeIds, u16 size );
| Name | Description | |
|---|---|---|
| out | pNum | Returns the number of node IDs stored in pNodeIds. |
| out | pNodeIds | Returns the node IDs. |
| in | size | Specifies the number of elements in pNodeIds. |
| Value | Description |
|---|---|
| ResultSuccess | The node ID 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). |
Gets the node IDs of the nodes currently connected to the network.
CONFIDENTIAL