nn::uds::CTR::NetworkDescription Class

Syntax

class NetworkDescription

Description

Class indicating network information that can be obtained using nn::uds::CTR::NetworkDescriptionReader.

Member Functions

GetBssid Gets the BSSID (the master device's MAC address).
GetGameId Gets the local communication ID. This function is identical to GetLocalCommunicationId and is preserved to maintain compatibility.
GetLocalCommunicationId Gets the local communication ID. This is identical to the value specified with the Scan function.
GetSubId Gets the SubId.
GetTemporaryId Gets the temporary ID. This ID can be used to identify the network, but for that we recommend that you use the BSSID or the master's NodeInformation instead.
GetChannel Gets the channel being used for the communication. There is normally no need to reference this.
GetNowEntry Gets the number of currently connected devices.
GetMaxEntry Gets the maximum number of devices that can connect.
GetApplicationData Gets the data set using the SetApplicationDataToBeacon function.
CanConnectAsSpectator Checks whether Spectator connections are allowed.
operator == Compares two objects in the NetworkDescription class, and returns true if their values are the same. Even if the network is the same, it will return false if data has been set by SetApplicationData or due to [differences in] the number of connected devices.
operator != Compares two objects in the NetworkDescription class, and returns true if their values are not the same. Even if the network is the same, it will return false if data has been set by SetApplicationData or due to [differences in] the number of connected devices.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL