#include <stdint.h>
Go to the source code of this file.
Namespaces | |
OpcUa | |
OPC UA Address space part. GNU LGPL. | |
Enumerations | |
enum | OpcUa::AttributeId : uint32_t { OpcUa::AttributeId::NodeId = 1, OpcUa::AttributeId::NodeClass = 2, OpcUa::AttributeId::BrowseName = 3, OpcUa::DisplayName = 4, OpcUa::Description = 5, OpcUa::WriteMask = 6, OpcUa::UserWriteMask = 7, OpcUa::IsAbstract = 8, OpcUa::Symmetric = 9, OpcUa::InverseName = 10, OpcUa::ContainsNoLoops = 11, OpcUa::EventNotifier = 12, OpcUa::Value = 13, OpcUa::DataType = 14, OpcUa::ValueRank = 15, OpcUa::ArrayDimensions = 16, OpcUa::AccessLevel = 17, OpcUa::UserAccessLevel = 18, OpcUa::MinimumSamplingInterval = 19, OpcUa::Historizing = 20, OpcUa::Executable = 21, OpcUa::UserExecutable = 22, OpcUa::AttributeId::Unknown = ~uint32_t() } |