CTR Pia  4.11.3
Game Communication Engine
nn::pia::local::LocalNetworkSetting Class Referenceabstract

Class for configuring a local network. More...

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

Public Attributes

u8 m_ApplicationVersion
 Specifies the application version. Applications running a different version than this value can find the created network but not connect to it.
 
bool m_IsEnableAroundNetworkSearch
 Enables or disables nearby network search. Enabled if true; disabled if false.
 
bool m_IsEnableHostMigration
 Enables or disables local network host migration. Enabled if true; disabled if false.
 

Detailed Description

Class for configuring a local network.

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

See also
nn::pia::local::UdsNetworkSetting


Revision History:
2014-03-03 Initial version.