#include <view.h>
Public Member Functions | |
UnregisterNodesRequest () | |
Public Attributes | |
OpcUa::RequestHeader | Header |
std::vector< OpcUa::NodeId > | NodesToUnregister |
OpcUa::NodeId | TypeId |
Definition at line 201 of file protocol/view.h.
OpcUa::UnregisterNodesRequest::UnregisterNodesRequest | ( | ) |
Definition at line 71 of file binary_view.cpp.
OpcUa::RequestHeader OpcUa::UnregisterNodesRequest::Header |
Definition at line 204 of file protocol/view.h.
std::vector<OpcUa::NodeId> OpcUa::UnregisterNodesRequest::NodesToUnregister |
Definition at line 205 of file protocol/view.h.
OpcUa::NodeId OpcUa::UnregisterNodesRequest::TypeId |
Definition at line 203 of file protocol/view.h.