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

Class for configuring connections to networks that use the UDS library. More...

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

Public Attributes

char m_Passphrase [UDS_PASSPHRASE_LENGTH_MAX]
 Specifies the passphrase used to encrypt the wireless layer. The size must be at least UDS_PASSPHRASE_LENGTH_MIN but no greater than UDS_PASSPHRASE_LENGTH_MAX.
 
u8 m_PassphraseLength
 Specifies the size of the passphrase used to encrypt the wireless layer. Must be at least UDS_PASSPHRASE_LENGTH_MIN but no greater than UDS_PASSPHRASE_LENGTH_MAX.
 
LocalNetworkDescriptionm_pLocalNetworkDescription
 Information about the target network.
 

Detailed Description

Class for configuring connections to networks that use the UDS library.


Revision History:
2014-03-03 Initial version.