This class stores the necessary information to delete a reference from the server. More...
Header: | #include <QOpcUaDeleteReferenceItem> |
qmake: | QT += opcua |
QOpcUaDeleteReferenceItem(const QOpcUaDeleteReferenceItem &other) | |
QOpcUaDeleteReferenceItem & | operator=(const QOpcUaDeleteReferenceItem &rhs) |
bool | deleteBidirectional() const |
bool | isForwardReference() const |
QString | referenceTypeId() const |
void | setDeleteBidirectional(bool deleteBidirectional) |
void | setIsForwardReference(bool isForwardReference) |
void | setReferenceTypeId(const QString &referenceTypeId) |
void | setSourceNodeId(const QString &sourceNodeId) |
void | setTargetNodeId(const QOpcUaExpandedNodeId &targetNodeId) |
QString | sourceNodeId() const |
QOpcUaExpandedNodeId | targetNodeId() const |
See also QOpcUaClient::deleteReference().
Constructs a delete reference item from other.
Sets the values from rhs in this delete reference item.
Returns the deleteBidirectional Flag.
See also setDeleteBidirectional().
Returns the isForwardReference flag.
See also setIsForwardReference().
Returns the reference type id.
See also setReferenceTypeId().
Sets the deleteBidirectional flag to deleteBidirectional. If this flag is false, only this reference will be deleted. Else, the opposite reference from the target node is deleted too if accessible by the server.
See also deleteBidirectional().
Sets the isForwardReference flag to isForwardReference.
See also isForwardReference().
Sets the reference type id to referenceTypeId.
See also referenceTypeId().
Sets the node id of the source node to sourceNodeId.
See also sourceNodeId().
Sets the node id of the target node to targetNodeId.
See also targetNodeId().
Returns the source node id.
See also setSourceNodeId().
Returns the target node id.
See also setTargetNodeId().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qopcuadeletereferenceitem.html