nn::dlp::CTR::FakeClient::GetServerInfo Member Function

Syntax

static nn::Result GetServerInfo(
     ServerInfo * pServerInfo,
     const u8 * pMac
);

Arguments

Name Description
out pServerInfo Returns the server information.
in pMac Specifies the server's MAC address.

Return Values

Returns the result of the operation.

Description

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.)

Revision History

2010/08/16
Initial version.

CONFIDENTIAL