CTR Pia
4.11.3
Game Communication Engine
|
Class that manages settings specific to NEX session participation. More...
Public Member Functions | |
NexJoinSessionSetting () | |
The default constructor. | |
virtual | ~NexJoinSessionSetting () |
The destructor. | |
virtual void | SetSessionId (u32 id) |
Configures a target session ID. More... | |
virtual void | SetSessionInfoPtr (ISessionInfo *pSessionInfo) |
Sets target session information. More... | |
void | SetSessionSystemPassword (const wchar_t *pSystemPassword, size_t passwordLength) |
Sets the session's system password. More... | |
void | SetSessionUserPassword (const wchar_t *pUserPassword, size_t passwordLength) |
Sets the session's user password. More... | |
Class that manages settings specific to NEX session participation.
2014-05-16 Added the SetSessionUserPassword()
and SetSessionSystemPassword()
functions.
2014-04-30 Added the SetSessionId()
and GetSessionId()
functions.
2014-02-03 Initial version.
|
virtual |
Configures a target session ID.
[in] | id | The target session ID. |
|
virtualinherited |
Sets target session information.
Sets target session information. Set the session information that was found using Session::BrowseSessionAsync
.
[in] | pSessionInfo | The target session's information. |
void nn::pia::inet::NexJoinSessionSetting::SetSessionSystemPassword | ( | const wchar_t * | pSystemPassword, |
size_t | passwordLength | ||
) |
Sets the session's system password.
If a system password is already set for the session, this function confirms that they match. The default is an empty character string.
[in] | pSystemPassword | The system password. |
[in] | passwordLength | The system password's string length. |
void nn::pia::inet::NexJoinSessionSetting::SetSessionUserPassword | ( | const wchar_t * | pUserPassword, |
size_t | passwordLength | ||
) |
Sets the session's user password.
If a user password is already set for the session, this function confirms that they match. The default is an empty character string.
[in] | pUserPassword | The user password. |
[in] | passwordLength | The user password's string length. |