nn::nex::MethodIDGenerator::GetMethodName Member Function

Syntax

static const qChar * GetMethodName(
     MethodID id
);

Parameters

Name Description
id [in] Specifies the MethodID of the method to get.

Return Values

Returns the name of the method specified in id.

Description

Gets the name of the method having the specified MethodID.

The methods defined in the Data Definition Language (DDL) file, which are either actions or Remote Method Calls (RMCs), are assigned MethodIDs as unique identifiers by the system. This static function uses the specified MethodID to get the name of the method from the definitions in the DDL file.

Revision History

2011/01/28
Initial version.

CONFIDENTIAL