OPC-UA built-in type.
UUID: 56090438-d3b2-4be0-a723-85576884ec55
For more information, see UABuiltInType in .NET Reference.
UUID: 56090438-d3b2-4be0-a723-85576884ec55
For more information, see UABuiltInType in .NET Reference.
Member | Value | Description |
---|---|---|
UABuiltInType_Boolean | 1 | A boolean logic value (true or false). Enum value is 1. |
UABuiltInType_Byte | 3 | An 8 bit unsigned integer value. Enum value is 3. |
UABuiltInType_ByteString | 15 | A sequence of bytes. Enum value is 15. |
UABuiltInType_DataValue | 23 | A data value with an associated quality and timestamp. Enum value is 23. |
UABuiltInType_DateTime | 13 | An instance in time. Enum value is 13. |
UABuiltInType_DiagnosticInfo | 25 | Diagnostic information associated with a result code. Enum value is 25. |
UABuiltInType_Double | 11 | An IEEE double precision (64 bit) floating point value. Enum value is 11. |
UABuiltInType_Enumeration | 29 | NOT A LEGITIMATE BUILT-IN TYPE. An enumerated value. Enum value is 29. |
UABuiltInType_ExpandedNodeId | 18 | A node id that stores the namespace URI instead of the namespace index. Enum value is 18. |
UABuiltInType_ExtensionObject | 22 | An opaque object with a syntax that may be unknown to the receiver. Enum value is 22. |
UABuiltInType_Float | 10 | An IEEE single precision (32 bit) floating point value. Enum value is 10. |
UABuiltInType_Guid | 14 | A 128-bit globally unique identifier. Enum value is 14. |
UABuiltInType_Int16 | 4 | A 16 bit signed integer value. Enum value is 4. |
UABuiltInType_Int32 | 6 | A 32 bit signed integer value. Enum value is 6. |
UABuiltInType_Int64 | 8 | A 64 bit signed integer value. Enum value is 8. |
UABuiltInType_Integer | 27 | NOT A LEGITIMATE BUILT-IN TYPE. A signed integer. Enum value is 27. |
UABuiltInType_LocalizedText | 21 | A localized text string with a locale identifier. Enum value is 21. |
UABuiltInType_NodeId | 17 | An identifier for a node in the address space of a UA server. Enum value is 17. |
UABuiltInType_Null | 0 | NOT A LEGITIMATE BUILT-IN TYPE. An invalid or unspecified value. Enum value is 0. |
UABuiltInType_Number | 26 | NOT A LEGITIMATE BUILT-IN TYPE. Any numeric value. Enum value is 26. |
UABuiltInType_QualifiedName | 20 | A string qualified with a namespace. Enum value is 20. |
UABuiltInType_SByte | 2 | An 8 bit signed integer value. Enum value is 2. |
UABuiltInType_StatusCode | 19 | A structured result code. Enum value is 19. |
UABuiltInType_String | 12 | A sequence of Unicode characters. Enum value is 12. |
UABuiltInType_UInt16 | 5 | A 16 bit signed integer value. Enum value is 5. |
UABuiltInType_UInt32 | 7 | A 32 bit unsigned integer value. Enum value is 7. |
UABuiltInType_UInt64 | 9 | A 64 bit unsigned integer value. Enum value is 9. |
UABuiltInType_UInteger | 28 | NOT A LEGITIMATE BUILT-IN TYPE. An unsigned integer. Enum value is 28. |
UABuiltInType_Variant | 24 | Any of the other built-in types. Enum value is 24. |
UABuiltInType_XmlElement | 16 | An XML element. Enum value is 16. |
For remarks, see UABuiltInType in .NET Reference.
For examples, see UABuiltInType in .NET Reference.