CTR Pia  4.11.3
Game Communication Engine
nn::pia::local::UdsStationInfo Class Reference

Class that holds information about stations that are connected to a network that uses the UDS library. More...

+ Inheritance diagram for nn::pia::local::UdsStationInfo:

Public Types

Public Attributes

STATION_INFO_ROLE m_Role
 The station's role (not connected, host, or client).
 
nn::uds::ScrambledLocalFriendCode m_ScrambledLocalFriendCode
 Information that can be converted into a local friend code.
 
nn::cfg::UserName m_UserName
 The user name.
 

Detailed Description

Class that holds information about stations that are connected to a network that uses the UDS library.


Revision History:
2014-03-03 Initial version.

Member Enumeration Documentation

Indicates the station's role (not connected, host, or client).

Enumerator
STATION_INFO_ROLE_NONE 

Not connected.

STATION_INFO_ROLE_HOST 

Host.

STATION_INFO_ROLE_CLIENT 

Client.