nn::nex::MethodIDGenerator Class

Syntax

class MethodIDGenerator : public nn::nex::RootObject

Description

Generates unique identifiers for the methods defined in the DDL file.

The system assigns unique identifiers to each Data Definition Language (DDL) file and each method. A method is either an action or a Remote Method Call (RMC). This class generates the identifiers.

The upper limit for member functions in each class is 255.

Member Functions

S GetID Gets the MethodID of the method having the specified name.
S GetMethodName Gets the name of the method having the specified MethodID.

Class Hierarchy

nn::nex::RootObject
  nn::nex::MethodIDGenerator

Revision History

2011/01/28
Initial version.
2012/07/31
Added that the maximum number of member functions for each class is now 255.

CONFIDENTIAL