nn::nex::MatchmakeRefereePersonalRoundResult::SetBuffer Member Function

Syntax

void SetBuffer(
     const void * src,
     qUnsignedInt32 size
);

Parameters

Name Description
in src Starting address of the memory region to set.
in size Size of the memory region to set.

Return Values

None.

Description

Sets a binary value.

Sets the content of size bytes from the region specified by src. When uploading to the server, the operation fails if the size exceeds MatchmakeRefereeConstants::STATS_BUFFER_MAX_SIZE. For more information about the error, see the MatchmakeRefereeClient::EndRound function.

Revision History

2013/12/06
Initial version.

CONFIDENTIAL