nn::nex::MatchmakeRefereeClient Class

Syntax

class MatchmakeRefereeClient : public nn::nex::ServiceClient

Description

Class for using MatchmakeReferee features.

Member Functions

V Bind Registers a certificate for using this service.
V Unbind Unregisters a certificate.
StartRound Starts the round.
GetStartRoundParam Gets the parameters set with the StartRound function.
EndRound Ends a round and sends a report.
EndRoundWithoutReport Ends a round without sending a report.
GetRoundParticipants Gets the participants in the round.
GetNotSummarizedRound Gets the round that the user is currently participating in, and that is not yet summarized.
GetRound Gets the round.
GetStats Gets the personal statistics for the target principal ID.
CreateStats Creates new personal statistics associated with the primary associated NEX unique ID.
GetOrCreateStats If personal statistics are associated with the primary associated NEX unique ID, get them; otherwise, create and get new statistics.
GetCredentials Gets the Credentials object that has been bound using the Bind function. (Inherits ServiceClient.)

Class Hierarchy

nn::nex::RootObject
  nn::nex::ServiceClient
    nn::nex::MatchmakeRefereeClient

Revision History

2014/04/15
Removed the beta designation from the MatchmakeReferee feature.
2013/12/06
Initial version.

CONFIDENTIAL