Result of a DataType lookup on a node. More...
#include <client.hpp>
Public Attributes | |
| std::string | name |
Result of a DataType lookup on a node.
name is the OPC UA built-in type name as a short string: "Boolean", "SByte", "Byte", "Int16", "UInt16", "Int32", "UInt32", "Int64", "UInt64", "Float", "Double", "String". Empty when the node's data type is not a recognized built-in or the server returned an error.
| std::string eso::uatools::Client::DataTypeInfo::name |