nn::nex::MatchmakeSession::SetApplicationBuffer Member Function

Syntax

void SetApplicationBuffer(
     const qVector< qUnsignedInt8 > & applicationBuffer
);

Parameters

Name Description
in applicationBuffer Application-defined data.

Return Values

None.

Description

Sets application-defined data.

Sets application-defined data for this matchmaking session. The maximum is MATCHMAKE_BUFFER_MAX_LENGTH bytes.

Revision History

2011/06/30
Changed the maximum size that can be set from 128 bytes to MATCHMAKE_BUFFER_MAX_LENGTH bytes.
2011/01/27
Initial version.

CONFIDENTIAL