Represents the internal enumeration of the OpcDataType class.
[Visual Basic] Public Enum OpcDataType.Enumeration [C#] public enum OpcDataType.Enumeration [C++] __value public enum OpcDataType.Enumeration
Internal representation for the OpcDataType structure.
| Member Name | VARENUM Equivalent |
| Empty | VT_EMPTY |
| Null | VT_NULL |
| Int16 | VT_I2 |
| Int32 | VT_I4 |
| Single | VT_R4 |
| Double | VT_R8 |
| Currency | VT_CY |
| DateTime | VT_DATE |
| String | VT_BSTR |
| Dispatch | VT_DISPATCH |
| Error | VT_ERROR |
| Boolean | VT_BOOL |
| Variant | VT_VARIANT |
| Decimal | VT_DECIMAL |
| Record | VT_RECORD |
| Unknown | VT_UNKNOWN |
| Char | VT_I1 |
| UChar | VT_UI1 |
| UInt16 | VT_UI2 |
| UInt32 | VT_UI4 |
Namespace: Visavi.Opc.Client
Platforms: Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family
Assembly: Visavi.Opc.Client
OpcDataType.Enumeration Members | Visavi.Opc.Client Namespace