CTR NEX API Reference
nn::nex::ParticipantDetails クラス

マッチメイクセッション参加者の詳細情報を格納するクラスです。 [詳解]

#include <RendezVous/Services/Jugem/Matchmake/src/Client/MatchmakeExtensionClient.h>

+ nn::nex::ParticipantDetails の継承関係図

公開変数類

PrincipalID m_idParticipant
 参加者の プリンシパル ID です。
 
String m_strMessage
 参加者の詳細情報です。AutoMatchmakeSession(), CreateMatchmakeSession(), JoinMatchmakeSession(), EndParticipation() で指定した文字列データがセットされます。
 
String m_strName
 参加者の名前です。参加者の プリンシパル ID を文字列化したものとなります。
 

詳解

マッチメイクセッション参加者の詳細情報を格納するクラスです。