nn::nex::JoinMatchmakeSessionParam Class

Syntax

class JoinMatchmakeSessionParam

Description

This data class stores parameters related to the MatchmakeExtensionClient::JoinMatchmakeSession function.

Member Functions

JoinMatchmakeSessionParam Constructor.
V ~JoinMatchmakeSessionParam Destructor.
SetTargetGatheringId Sets the gathering ID of the target to join.
GetTargetGatheringId Gets the gathering ID of the target to join.
SetAdditionalParticipant Sets an additional user to add to the session.
GetAdditionalParticipants Gets an additional user to add to the session.
SetGatheringIdForParticipationCheck Sets the gathering ID to use for checking whether the local user and the additional user are in the specified gathering.
GetGatheringIdForParticipationCheck Gets the gathering ID to use for checking whether the local user and the additional user are in the specified gathering.
SetUserPassword Sets the user password for the matchmaking session.
GetUserPassword Gets the user password for the matchmaking session.
SetSystemPassword Sets the system password for the matchmaking session.
GetSystemPassword Gets the system password for the matchmaking session.
SetJoinMatchmakeSessionBehavior Sets one of the behaviors enumerated by JoinMatchmakeSessionBehavior for when joining a session.
GetJoinMatchmakeSessionBehavior Gets one of the behaviors enumerated by JoinMatchmakeSessionBehavior for when joining a session.
SetJoinMessage Sets the message that notifies the gathering owner or participants.
GetJoinMessage Gets the message that notifies the gathering owner or participants.
Reset Initializes an object to the default state generated by the constructor.
Trace Traces the content of a JoinMatchmakeSessionParam object.

Revision History

2014/03/19
Initial version.

CONFIDENTIAL