CTR Pia
4.11.3
Game Communication Engine
|
Class that holds information about networks that use the UDS library. More...
Public Member Functions | |
UdsNetworkDescription () | |
The default constructor. | |
virtual void | GetBssid (bit8 *pBssidBuffer) const |
Gets the BSSID (the host's MAC address). More... | |
virtual u16 | GetChannel () const |
Gets the channel being used for the communication. More... | |
virtual u32 | GetCurrentParticipants () const |
Gets the number of stations currently participating in the network. More... | |
virtual u32 | GetMaxParticipants () const |
Gets the maximum number of stations that can participate in the network. More... | |
virtual u8 | GetSubId () const |
Gets the ID for identifying the communication mode. More... | |
virtual bool | IsOpened () const |
Gets whether the network allows participation. More... | |
Class that holds information about networks that use the UDS library.
|
inlinevirtual |
Gets the BSSID (the host's MAC address).
The size of the BSSID is nn::uds::MAC_ADDRESS_SIZE
bytes. Set a buffer of this size in the parameter.
[out] | pBssidBuffer | Buffer that stores the BSSID. The size must be nn::uds::MAC_ADDRESS_SIZE bytes. |
Implements nn::pia::local::LocalNetworkDescription.
|
inlinevirtual |
Gets the channel being used for the communication.
There is normally no need to reference this.
Implements nn::pia::local::LocalNetworkDescription.
|
inlinevirtual |
Gets the number of stations currently participating in the network.
The number of stations that can be obtained is the number at the point when the network is scanned.
Implements nn::pia::local::LocalNetworkDescription.
|
inlinevirtual |
Gets the maximum number of stations that can participate in the network.
Implements nn::pia::local::LocalNetworkDescription.
|
inlinevirtual |
Gets the ID for identifying the communication mode.
Implements nn::pia::local::LocalNetworkDescription.
|
inlinevirtual |
Gets whether the network allows participation.
The state that can be obtained is the state at the point when the network is scanned.
Implements nn::pia::local::LocalNetworkDescription.