ET_OpcUaBuiltInType - General Information
Type: |
Enumeration type |
Available as of: |
V1.51.0.0 |
Enumeration type to describe the data types of an OPC UA server.
Name |
Value |
Description |
---|---|---|
OpcUaType_Null |
0 |
Zero |
OpcUaType_Boolean |
1 |
Logical value with two states (TRUE, FALSE). |
OpcUaType_SByte |
2 |
Integer value between -128 and 127. |
OpcUaType_Byte |
3 |
Integer value from 0 to 255. |
OpcUaType_Int16 |
4 |
Integer value between -32.768 and 32.767. |
OpcUaType_UInt16 |
5 |
Integer value between 0 and 65.535. |
OpcUaType_Int32 |
6 |
Integer value between -2.147.483.648 and 2.147.483.647. |
OpcUaType_UInt32 |
7 |
Integer value between 0 and 4.294.967.295. |
OpcUaType_Int64 |
8 |
Integer value between -9.223.372.036.854.775.808 and 9.223.372.036.854.775.807. |
OpcUaType_UInt64 |
9 |
Integer value between 0 and 18.446.744.073.709.551.615. |
OpcUaType_Float |
10 |
Floating point number values with single precision according to IEEE (32 bit). |
OpcUaType_Double |
11 |
Floating point number values with double precision according to IEEE (64 bit). |
OpcUaType_String |
12 |
Sequence of Unicode character. |
OpcUaType_DateTime |
13 |
Date, Time |
OpcUaType_Guid |
14 |
16 bit value that can be used as a global unique identifier (GUID: Globally Unique Identifier). |
OpcUaType_ByteString |
15 |
Sequence of 8 bit character (bytes). |
OpcUaType_XmlElement |
16 |
XML element |
OpcUaType_NodeId |
17 |
Identifier for nodes in the address range of an OPC UA server. |
OpcUaType_ExpandedNodeId |
18 |
Node ID that allows defining the namespace URI instead of an index. |
OpcUaType_StatusCode |
19 |
Numerical identifier for a detected error or condition that refers to a value or an operation. |
OpcUaType_QualifiedName |
20 |
Full path and namespace of an object. |
OpcUaType_LocalizedText |
21 |
Translated text with an optional local identifier. |
OpcUaType_ExtensionObject |
22 |
Structure that contains an application-specific data type which possibly cannot be detected by the receiver. |
OpcUaType_DataValue |
23 |
Data value with associated status code and time stamps. |
OpcUaType_Variant |
24 |
Entirety of the data types described in this table up to here. |
OpcUaType_DiagnosticInfo |
25 |
Structure that contains detailed diagnostic message information which refers to a status code. |