Visual Basic (Usage) | ![]() |
---|---|
Dim instance As BuiltInType |
C# | |
---|---|
public enum BuiltInType : System.Enum |
Member | Description |
---|---|
Boolean | A boolean logic value (true or false). |
Byte | An 8 bit unsigned integer value. |
ByteString | A sequence of bytes. |
DataValue | A data value with an associated quality and timestamp. |
DateTime | An instance in time. |
DiagnosticInfo | A diagnostic information associated with a result code. |
Double | An IEEE double precision (64 bit) floating point value. |
Enumeration | An enumerated value |
ExpandedNodeId | A node id that stores the namespace URI instead of the namespace index. |
ExtensionObject | An opaque object with a syntax that may be unknown to the receiver. |
Float | An IEEE single precision (32 bit) floating point value. |
Guid | A 128-bit globally unique identifier. |
Int16 | A 16 bit signed integer value. |
Int32 | A 32 bit signed integer value. |
Int64 | A 64 bit signed integer value. |
Integer | A signed integer. |
LocalizedText | A localized text string with an locale identifier. |
NodeId | An identifier for a node in the address space of a UA server. |
Null | An invalid or unspecified value. |
Number | Any numeric value. |
QualifiedName | A string qualified with a namespace. |
SByte | An 8 bit signed integer value. |
StatusCode | A structured result code. |
String | A sequence of Unicode characters. |
UInt16 | A 16 bit signed integer value. |
UInt32 | A 32 bit unsigned integer value. |
UInt64 | A 64 bit unsigned integer value. |
UInteger | An unsigned integer. |
Variant | Any of the other built-in types. |
XmlElement | An XML element. |
An enumeration that lists all of the built-in data types for OPC UA Type Descriptions.
System.Object
System.ValueType
System.Enum
Opc.Ua.BuiltInType
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x