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

プリンシパルIDとそのユーザーが参加しているマッチメイクセッションを格納するクラスです。 [詳解]

#include <RendezVous/Services/Jugem/Matchmake/src/Common/PlayingSession.h>

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

公開メンバ関数

 PlayingSession ()
 コンストラクタです。
 
virtual ~PlayingSession ()
 デストラクタです。
 
GatheringHolderGetGatheringHolder ()
 参加しているマッチメイクセッションを GatheringHolder 形式で取得します [詳解]
 
MatchmakeSessionGetMatchmakeSession () const
 参加しているマッチメイクセッションを取得します [詳解]
 
PrincipalID GetPrincipalID () const
 プリンシパルIDを取得します [詳解]
 

詳解

プリンシパルIDとそのユーザーが参加しているマッチメイクセッションを格納するクラスです。

MatchmakeExtensionClient::GetPlayingSession() で使用されます。

関数詳解

PrincipalID nn::nex::PlayingSession::GetPrincipalID ( ) const

プリンシパルIDを取得します

戻り値
参加者のプリンシパルID
MatchmakeSession* nn::nex::PlayingSession::GetMatchmakeSession ( ) const

参加しているマッチメイクセッションを取得します

戻り値
MatchmakeSession へのポインタ
GatheringHolder& nn::nex::PlayingSession::GetGatheringHolder ( )

参加しているマッチメイクセッションを GatheringHolder 形式で取得します

戻り値
GatheringHolder への参照