Description:
This enumeration provides the values for the different data types that can be used for an ISIS tag (e.g., these are the values that can be used for the DataType property in the IGISISTagChoice Object and IGISISTagValue Object).
Values:
IG_ISIS_TAG_TYPE_BYTE |
The tag value is a Byte. Represented as Long in IGISISTagChoice and IGISISTagValue objects. |
IG_ISIS_TAG_TYPE_LONG |
The tag value is Long. Represented as Long in IGISISTagChoice and IGISISTagValue objects. |
IG_ISIS_TAG_TYPE_RATIONAL |
The tag value is Rational. Represented as Array in IGISISTagChoice and IGISISTagValue objects. |
IG_ISIS_TAG_TYPE_SHORT |
The tag value is Short. Represented as Long in IGISISTagChoice and IGISISTagValue objects. |
IG_ISIS_TAG_TYPE_STRING |
The tag value is a String. Represented as a String in IGISISTagChoice and IGISISTagValue objects. |