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

Class that holds information about stations connected to a local network. More...

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

Public Types

Public Attributes

STATION_INFO_ROLE m_Role
 The station's role (not connected, host, or client).
 

Detailed Description

Class that holds information about stations connected to a local network.

This class is never instantiated by an application. Use a class that inherits this class.

See also
nn::pia::local::UdsStationInfo


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.