nn::nex::MethodIDGenerator::GetID Member Function

Syntax

static MethodID GetID(
     const String & strMethodName
);

Parameters

Name Description
strMethodName [in] Specifies a string representing the method's name. Specify with the class name::member function name format.

Return Values

Returns the MethodID of the method having the name specified by strMethodName.

Description

Gets the MethodID of the method having the specified name.

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 returns the MethodID of the method having the corresponding name among the names in the DDL file.

Revision History

2011/01/28
Initial version.
2012/07/31
Changed the format for specifying the member function name as an argument.

CONFIDENTIAL