nn::nex::MatchmakeParam::GetDisconnectionRate Member Function

Syntax

qBool GetDisconnectionRate(
     qUnsignedInt32 * disconnectionRate
) const;

Parameters

Name Description
out disconnectionRate Pointer to the buffer where the retrieved disconnection rate is stored. If NULL is passed in, nothing is written.

Return Values

Whether the parameter was set in this object.

Description

Gets the disconnection rate.

Gets the disconnection rate. Pass NULL to the parameter to only check whether the parameter is present.

Revision History

2013/12/05
Initial version.

CONFIDENTIAL