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. |
Gets the node IDs of the currently connected nodes.
Use this function only while the local host is connected to a server (from the CLIENT_STATE_WAITING_INVITE state through to the CLIENT_STATE_REBOOTING state).
CONFIDENTIAL