Base class that manages settings specific to session creation.
More...
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
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] | max | The 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] | min | The minimum number of participants specified for the session to create. |