OPC Labs EasyOPC-UA Library
UABuiltInType Enumeration
OpcLabs_EasyOpcUA ActiveX DLL : UABuiltInType Enumeration
Description
OPC-UA built-in type.

 

UUID: 56090438-d3b2-4be0-a723-85576884ec55

 

For more information, see UABuiltInType in .NET Reference.

Members
MemberValueDescription
UABuiltInType_Boolean1A boolean logic value (true or false). Enum value is 1.
UABuiltInType_Byte3An 8 bit unsigned integer value. Enum value is 3.
UABuiltInType_ByteString15A sequence of bytes. Enum value is 15.
UABuiltInType_DataValue23A data value with an associated quality and timestamp. Enum value is 23.
UABuiltInType_DateTime13An instance in time. Enum value is 13.
UABuiltInType_DiagnosticInfo25A diagnostic information associated with a result code. Enum value is 25.
UABuiltInType_Double11An IEEE double precision (64 bit) floating point value. Enum value is 11.
UABuiltInType_Enumeration29An enumerated value. Enum value is 29.
UABuiltInType_ExpandedNodeId18A node id that stores the namespace URI instead of the namespace index. Enum value is 18.
UABuiltInType_ExtensionObject22An opaque object with a syntax that may be unknown to the receiver. Enum value is 22.
UABuiltInType_Float10An IEEE single precision (32 bit) floating point value. Enum value is 10.
UABuiltInType_Guid14A 128-bit globally unique identifier. Enum value is 14.
UABuiltInType_Int164A 16 bit signed integer value. Enum value is 4.
UABuiltInType_Int326A 32 bit signed integer value. Enum value is 6.
UABuiltInType_Int648A 64 bit signed integer value. Enum value is 8.
UABuiltInType_Integer27A signed integer. Enum value is 27.
UABuiltInType_LocalizedText21A localized text string with a locale identifier. Enum value is 21.
UABuiltInType_NodeId17An identifier for a node in the address space of a UA server. Enum value is 17.
UABuiltInType_Null0An invalid or unspecified value. Enum value is 0.
UABuiltInType_Number26Any numeric value. Enum value is 26.
UABuiltInType_QualifiedName20A string qualified with a namespace. Enum value is 20.
UABuiltInType_SByte2An 8 bit signed integer value. Enum value is 2.
UABuiltInType_StatusCode19A structured result code. Enum value is 19.
UABuiltInType_String12A sequence of Unicode characters. Enum value is 12.
UABuiltInType_UInt165A 16 bit signed integer value. Enum value is 5.
UABuiltInType_UInt327A 32 bit unsigned integer value. Enum value is 7.
UABuiltInType_UInt649A 64 bit unsigned integer value. Enum value is 9.
UABuiltInType_UInteger28An unsigned integer. Enum value is 28.
UABuiltInType_Variant24Any of the other built-in types. Enum value is 24.
UABuiltInType_XmlElement16An XML element. Enum value is 16.
Remarks

For remarks, see UABuiltInType in .NET Reference.

Example

For examples, see UABuiltInType in .NET Reference.