OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual
DDL Definitions
OSI/MHS Gateway Programmatic Interface (GPI) Reference Manual—522223-001
A-3
First-Level Data Types
OM-CLASS
This data type defines a field used for the class of an object.
OM-ENUMERATION
This data type defines a field used for enumerated values of attributes.
OM-INTEGER
This data type defines a field used for integer values of attributes.
OM-OBJECT
This data type defines a field used for object identifiers.
OM-PADDED-OBJECT
This data type defines a field used for attribute values that are object identifiers.
OM-STRING-LENGTH
This data type defines a field used for the length of a string.
OM-STRING
This data type defines a field used for string values of an attribute.
DEFINITION OM-CLASS TYPE OM-UINT16.
DEFINITION OM-ENUMERATION TYPE OM-SINT32.
DEFINITION OM-INTEGER TYPE OM-SINT32.
DEFINITION OM-OBJECT TYPE OM-UINT32.
DEFINITION OM-PADDED-OBJECT.
02 PADDING TYPE OM-UINT32.
02 OBJECT TYPE OM-OBJECT.
END
DEFINITION OM-STRING-LENGTH TYPE OM-UINT32.
DEFINITION OM-STRING
02 LENGTH TYPE OM-STRING-LENGTH.
02 ELEMENTS TYPE OM-UINT32.
END