This class stores the necessary information to delete a reference from the server. 更多...
| 頭: | #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 |
另請參閱 QOpcUaClient::deleteReference ().
Constructs a delete reference item from other .
設置值從 rhs in this delete reference item.
Returns the deleteBidirectional Flag.
另請參閱 setDeleteBidirectional ().
Returns the isForwardReference flag.
另請參閱 setIsForwardReference ().
Returns the reference type id.
另請參閱 setReferenceTypeId ().
設置 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.
另請參閱 deleteBidirectional ().
設置 isForwardReference flag to isForwardReference .
另請參閱 isForwardReference ().
Sets the reference type id to referenceTypeId .
另請參閱 referenceTypeId ().
Sets the node id of the source node to sourceNodeId .
另請參閱 sourceNodeId ().
Sets the node id of the target node to targetNodeId .
另請參閱 targetNodeId ().
Returns the source node id.
另請參閱 setSourceNodeId ().
Returns the target node id.
另請參閱 setTargetNodeId ().