17 #include <pia/session/session_JoinSessionSetting.h> 18 #include <pia/inet/inet_NexSessionTypes.h> 60 virtual u32 GetSessionId()
const;
68 virtual void SetMaxParticipants(u16 num);
76 virtual u16 GetMaxParticipants()
const;
92 const wchar_t* GetSessionUserPassword()
const;
108 const wchar_t* GetSessionSystemPassword()
const;
115 virtual void Trace(u64 flag)
const;
119 #if NN_PIA_NEX_NEW_FEATURE_FOR_MATCHMAKE 127 u16 m_MaxParticipants;
virtual void SetSessionId(u32 id)
Configures a target session ID.
NexJoinSessionSetting()
The default constructor.
const u32 SESSION_USER_PASSWORD_LENGTH
The user password's string length.
Definition: inet_NexSessionTypes.h:52
Class that manages settings specific to NEX session participation.
Definition: inet_NexJoinSessionSetting.h:36
virtual ~NexJoinSessionSetting()
The destructor.
const u32 SESSION_SYSTEM_PASSWORD_LENGTH
The system password's string length.
Definition: inet_NexSessionTypes.h:51
void SetSessionSystemPassword(const wchar_t *pSystemPassword, size_t passwordLength)
Sets the session's system password.
Base class that manages settings specific to session joining.
Definition: session_JoinSessionSetting.h:39
void SetSessionUserPassword(const wchar_t *pUserPassword, size_t passwordLength)
Sets the session's user password.