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

Class for configuring the nearby network search feature. More...

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

Public Attributes

u32 m_LocalCommunicationId
 Specifies the local communication ID. Specify the value generated by LocalNetwork::CreateLocalCommunicationId.
 
u32 m_NetworkInfoLifeTime
 The holding period, in milliseconds, for the discovered network.
 
u32 m_ScanInterval
 The scan interval, in milliseconds.
 
u16 m_ScanTime
 The scan time, in milliseconds.
 
u8 m_SubId
 Specifies an ID for identifying the communication mode. To search all IDs, specify 0xff.
 

Detailed Description

Class for configuring the nearby network search feature.


Revision History:
2015-02-10 Initial version.