'Declaration
Public Enum BuiltInType Inherits System.Enum
'Usage
Dim instance As BuiltInType
public enum BuiltInType : System.Enum
public enum class BuiltInType : public System.Enum
'Declaration
Public Enum BuiltInType Inherits System.Enum
'Usage
Dim instance As BuiltInType
public enum BuiltInType : System.Enum
public enum class BuiltInType : public System.Enum
Member | Value | Description |
---|---|---|
Boolean | 1 | A boolean logic value (true or false). |
Byte | 3 | An 8 bit unsigned integer value. |
ByteString | 15 | A sequence of bytes. |
DataValue | 23 | A data value with an associated quality and timestamp. |
DateTime | 13 | An instance in time. |
Double | 11 | An IEEE double precision (64 bit) floating point value. |
Float | 10 | An IEEE single precision (32 bit) floating point value. |
Guid | 14 | A 128-bit globally unique identifier. |
Int16 | 4 | A 16 bit signed integer value. |
Int32 | 6 | A 32 bit signed integer value. |
Int64 | 8 | A 64 bit signed integer value. |
LocalizedText | 21 | A localized text string with a locale identifier. |
NodeId | 17 | An identifier for a node in the address space of a UA server. |
Null | 0 | An invalid or unspecified value. |
SByte | 2 | An 8 bit signed integer value. |
StatusCode | 19 | A structured result code. |
String | 12 | A sequence of Unicode characters. |
UInt16 | 5 | A 16 bit signed integer value. |
UInt32 | 7 | A 32 bit unsigned integer value. |
UInt64 | 9 | A 64 bit unsigned integer value. |
Variant | 24 | Any of the other built-in types. |
XmlElement | 16 | An XML element. |
System.Object
System.ValueType
System.Enum
OpcLabs.PicoOpc.UA.BuiltInType
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2