#include <node_management.h>
Public Attributes | |
| VariableAccessLevel | AccessLevel = VariableAccessLevel::CurrentRead |
| LocalizedText | Description |
| std::vector< uint32_t > | Dimensions |
| LocalizedText | DisplayName |
| bool | Historizing = false |
| Duration | MinimumSamplingInterval = 0 |
| int32_t | Rank = 0 |
| uint32_t | SpecifiedAttributes |
| NodeId | Type |
| VariableAccessLevel | UserAccessLevel = VariableAccessLevel::CurrentRead |
| uint32_t | UserWriteMask = 0 |
| Variant | Value |
| uint32_t | WriteMask = 0 |
Definition at line 74 of file protocol/node_management.h.
| VariableAccessLevel OpcUa::VariableAttributes::AccessLevel = VariableAccessLevel::CurrentRead |
Definition at line 83 of file protocol/node_management.h.
| LocalizedText OpcUa::VariableAttributes::Description |
Definition at line 78 of file protocol/node_management.h.
| std::vector<uint32_t> OpcUa::VariableAttributes::Dimensions |
Definition at line 82 of file protocol/node_management.h.
| LocalizedText OpcUa::VariableAttributes::DisplayName |
Definition at line 77 of file protocol/node_management.h.
| bool OpcUa::VariableAttributes::Historizing = false |
Definition at line 86 of file protocol/node_management.h.
| Duration OpcUa::VariableAttributes::MinimumSamplingInterval = 0 |
Definition at line 85 of file protocol/node_management.h.
| int32_t OpcUa::VariableAttributes::Rank = 0 |
Definition at line 81 of file protocol/node_management.h.
| uint32_t OpcUa::VariableAttributes::SpecifiedAttributes |
Definition at line 76 of file protocol/node_management.h.
| NodeId OpcUa::VariableAttributes::Type |
Definition at line 80 of file protocol/node_management.h.
| VariableAccessLevel OpcUa::VariableAttributes::UserAccessLevel = VariableAccessLevel::CurrentRead |
Definition at line 84 of file protocol/node_management.h.
| uint32_t OpcUa::VariableAttributes::UserWriteMask = 0 |
Definition at line 88 of file protocol/node_management.h.
| Variant OpcUa::VariableAttributes::Value |
Definition at line 79 of file protocol/node_management.h.
| uint32_t OpcUa::VariableAttributes::WriteMask = 0 |
Definition at line 87 of file protocol/node_management.h.