nn::dlp::CTR::ServerInfo Structure

Syntax

struct ServerInfo
{
   u8 mac[6];
   u8 channel;
   nn::uds::LinkLevel linkLevel;
   u8 maxNodeNum;
   u8 nodeNum;
   bit16 dlpVersion;
   NodeInfo nodeInfo[MAX_NODE_NUM];
   nn::os::Tick lastUpdateTick;
};

Description

Server information.

Member Variables

mac Server MAC address.
channel Channel(s) on which the server exists.
linkLevel The link level. This is only updated while scanning (the CLIENT_STATE_SCANNING state).
maxNodeNum Maximum number of connectable nodes, including the server.
nodeNum The number of currently connected nodes, including the server. This is only updated while scanning (the CLIENT_STATE_SCANNING state).
dlpVersion Download play version.
nodeInfo Information of nodes currently connected to the server. This is only updated while scanning (the CLIENT_STATE_SCANNING state).
lastUpdateTick The Tick updated last.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL