nn::nex::MatchmakeRefereeClient::GetNotSummarizedRound Member Function

Syntax

qBool GetNotSummarizedRound(
     ProtocolCallContext * pCC,
     qVector< MatchmakeRefereeRound > * rounds
);

Parameters

Name Description
in pCC Call information.
out rounds The not-summarized rounds that the user is participating in.

Return Values

Returns the result of the operation.

Description

Gets the round that the user is currently participating in, and that is not yet summarized.

Use this function to make sure not to participate in rounds multiple times in cases such as after powering down.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL