nn::dlp::CTR::ServerInfo Structurestruct 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;
};
Server information.
| 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. |
CONFIDENTIAL