User guide

3-289
Cisco Transport Manager Release 9.2 GateWay/CORBA User Guide and Programmer Manual
OL-20937-01
Chapter 3 Using CTM GateWay/CORBA Interfaces
3.16 mtnmVersion::Version_I
3.16 mtnmVersion::Version_I
3.16.1 getVersion
Synopsis
string getVersion();
Description
This interface returns the version of the IDL that the corresponding EMS object supports.
The format of the returned string is as follows:
Release.Major[.Minor], where Release, Major, and Minor are digit strings.
For example:
2.1 indicates release 2 and major release 1
1.3 indicates release 1 and major release 3
Note x.y has the same meaning as x.y.0. The minor digit is used for fixing bugs in the major release. For
example, 1.2.1 is a minor release on 1.2. Any changes to IDL files must be approved by the Specification
Authority. For TMF 814 version 2.0, the version is 2.0.
Parameters
None.
Return Value
string
Throws
None.
Compliance
TMF-defined.
3.17 Transmission Descriptor Interfaces
enum ServiceCategory_T {
SC_CBR,
SC_VBRRT,
SC_VBRNRT,
SC_ABR,
SC_UBR,
SC_GFR,
SC_NA
};
typedef globaldefs::NVSList_T TrafficParameterList_T;