|
|
eMetad
|
public enum eMetadValType
| Member name | Value | Description |
|---|---|---|
| Unknown | 0 | unknown. |
| OID | 1 | An integer value represented using ASN.1 Basic Encoding Rules - Object Identifier. |
| Length | 2 | An integer value represented using ASN.1 Basic Encoding Rules for Length. |
| UInt8 | 3 | unsigned 8-bit integer |
| UInt16 | 4 | unsigned 16-bit integer |
| UInt32 | 5 | unsigned 32-bit integer |
| UInt64 | 6 | unsigned 64-bit integer |
| Int8 | 7 | signed 8-bit integer |
| Int16 | 8 | signed 16-bit integer |
| Int32 | 9 | signed 32-bit integer |
| Unavailable | -1 | unavailable. |
| Int64 | 10 | signed 64-bit integer |
| VUInt | 11 | unsigned integer |
| VInt | 12 | signed integer |
| IMAP_UInt8 | 13 | An unsigned 8-bit integer value used to represent a floating-point value |
| IMAP_UInt16 | 14 | An unsigned 16-bit integer value used to represent a floating-point value |
| IMAP_UInt32 | 15 | An unsigned 32-bit integer value used to represent a floating-point value |
| IMAP_Int8 | 16 | An signed 8-bit integer value used to represent a floating-point value |
| IMAP_Int16 | 17 | An signed 16-bit integer value used to represent a floating-point value |
| IMAP_Int32 | 18 | An signed 32-bit integer value used to represent a floating-point value |
| IMAPB | 19 | An integer value used to represent a floating-point value |
| UTF8 | 20 | A character value represented using the 8-bit Unicode value |
| Bytes | 21 | number of bytes |
| Set | 22 | a collection of information in the form of a Set |
| Series | 23 | a collection of structured data elements |
| PackVLP | 24 | a collection of information in the form of Variable Length Packs |
| PackDLP | 25 | a collection of information in the form of Defined Length Packs |
| PackFLP | 26 | a collection of information in the form of Floating Length Packs |
| TimeStamp | 100 |