class MethodIDGenerator : public nn::nex::RootObject
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.
S |
GetID
|
Gets the MethodID of the method having the specified name. |
---|---|---|
S |
GetMethodName
|
Gets the name of the method having the specified MethodID . |
nn::nex::RootObject
nn::nex::MethodIDGenerator
CONFIDENTIAL