nn::dlp::CTR::FakeClient::GetServerInfo Member Functionstatic nn::Result GetServerInfo( ServerInfo * pServerInfo, const u8 * pMac );
| Name | Description | |
|---|---|---|
| out | pServerInfo | Returns the server information. |
| in | pMac | Specifies the server's MAC address. |
Gets the server information from scan results.
The linkLevel, nodeNum, and nodeInfo information changes dynamically on the sever and is only updated while scanning (CLIENT_STATE_SCANNING).
Use the GetConnectingNodes, GetNodeInfo, and GetLinkLevel functions to get this information when the local host is connected to a server. (This is possible from the CLIENT_STATE_WAITING_INVITE state through to the CLIENT_STATE_REBOOTING state.)
CONFIDENTIAL