CTR Pia  4.11.3
Game Communication Engine
nn::pia::session::CreateSessionSetting Class Reference

Base class that manages settings specific to session creation. More...

+ Inheritance diagram for nn::pia::session::CreateSessionSetting:

Public Member Functions

u16 GetMaxParticipants () const
 Gets the specified maximum number of participants. More...
 
u16 GetMinParticipants () const
 Gets the specified minimum number of participants. More...
 
void SetMaxParticipants (u16 max)
 Sets the maximum number of participants for the session to create. More...
 
void SetMinParticipants (u16 min)
 Sets the minimum number of participants for the session to create. More...
 

Detailed Description

Base class that manages settings specific to session creation.

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


Revision History:
2014-02-27 Initial version.
See also
nn::pia::local::UdsCreateSessionSetting
nn::pia::inet::NexCreateSessionSetting

Member Function Documentation

u16 nn::pia::session::CreateSessionSetting::GetMaxParticipants ( ) const
inline

Gets the specified maximum number of participants.

Returns
Returns the specified maximum number of participants.
u16 nn::pia::session::CreateSessionSetting::GetMinParticipants ( ) const
inline

Gets the specified minimum number of participants.

Returns
Returns the specified minimum number of participants.
void nn::pia::session::CreateSessionSetting::SetMaxParticipants ( u16  max)
inline

Sets the maximum number of participants for the session to create.

Parameters
[in]maxThe maximum number of participants specified for the session to create.
void nn::pia::session::CreateSessionSetting::SetMinParticipants ( u16  min)
inline

Sets the minimum number of participants for the session to create.

Parameters
[in]minThe minimum number of participants specified for the session to create.