nn::nex::CreateMatchmakeSessionParam Class

Syntax

class CreateMatchmakeSessionParam

Description

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

Member Functions

CreateMatchmakeSessionParam Constructor.
V ~CreateMatchmakeSessionParam Destructor.
SetSourceMatchmakeSession Sets the matchmaking session to create.
GetSourceMatchmakeSession Gets the matchmaking session to create.
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.
SetJoinMessage Sets the message that notifies the gathering participants based on the settings.
GetJoinMessage Gets the message that notifies the gathering participants based on the settings.
Reset Initializes an object to the default state generated by the constructor.
Trace Traces the content of a CreateMatchmakeSessionParam object.

Revision History

2014/03/19
Initial version.

CONFIDENTIAL