nn::nex::MatchmakeParam::GetOverrideIpAddress Member Function

Syntax

qBool GetOverrideIpAddress(
     String * overrideIpAddress
);

Parameters

Name Description
out overrideIpAddress Pointer to the buffer where the retrieved IP address for debugging is stored. If NULL is passed in, nothing is written.

Return Values

Whether the parameter was set in this object.

Description

Gets an IP address for debugging.

Gets an IP address for debugging. Pass NULL to the parameter to only check whether the parameter is present. This parameter is not included in the MatchmakeParam object in the MatchmakeSession retrieved from the server.

Revision History

2013/12/05
Initial version.

CONFIDENTIAL