CTR Pia
4.11.3
Game Communication Engine
|
Base class that manages the settings for the JoinSession
function with a LocalNetwork
object.
More...
Public Member Functions | |
virtual void | SetSessionInfoPtr (ISessionInfo *pSessionInfo) |
Sets target session information. More... | |
nn::Result | SetSignatureKey (const char *pSignatureKeyData, size_t signatureKeyDataSize) |
Sets the session key and its size. More... | |
Base class that manages the settings for the JoinSession
function with a LocalNetwork
object.
This class is never instantiated by an application. Use a class that inherits this class.
2014-05-28 Renamed the GetSessionId
function to GetSessionId
.
2014-04-30 Added the GetSessionId
function.
2014-03-03 Initial version.
|
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. |
nn::Result nn::pia::local::LocalJoinSessionSetting::SetSignatureKey | ( | const char * | pSignatureKeyData, |
size_t | signatureKeyDataSize | ||
) |
Sets the session key and its size.
Set the session key size to no more than common::SignatureSetting::SIGNATURE_KEY_DATA_SIZE_MAX
.
[in] | pSignatureKeyData | The session key. |
[in] | signatureKeyDataSize | The size of the session key. |
Result
value for which the IsSuccess
function returns true
if execution succeeds.ResultInvalidArgument
Indicates that an argument is invalid. Programming error. Fix your program so that this error is not returned.