nn::nex::MatchmakeRefereeClient::GetRound Member Function

Syntax

qBool GetRound(
     ProtocolCallContext * pCC,
     qUnsignedInt64 roundId,
     MatchmakeRefereeRound * round
);

Parameters

Name Description
in pCC Call information.
in roundId Target round ID.
out round Round data.

Return Values

Returns the result of the operation.

Description

Gets the round.

If summarizing has completed, gets the normalized report.

If there is no target round to get, QERROR(MatchmakeReferee, RoundNotFound) is returned.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL