The OPC UA BrowsePathTarget. More...
Header: | #include <QOpcUaBrowsePathTarget> |
qmake: | QT += opcua |
QOpcUaBrowsePathTarget(const QOpcUaBrowsePathTarget &rhs) | |
QOpcUaBrowsePathTarget & | operator=(const QOpcUaBrowsePathTarget &rhs) |
bool | isFullyResolved() const |
quint32 | remainingPathIndex() const |
void | setRemainingPathIndex(quint32 remainingPathIndex) |
void | setTargetId(const QOpcUaExpandedNodeId &targetId) |
QOpcUaExpandedNodeId | targetId() const |
QOpcUaExpandedNodeId & | targetIdRef() |
bool | operator==(const QOpcUaBrowsePathTarget &rhs) const |
A BrowsePathTarget contains a target of a browse path and information about the completeness of the node id resolution.
Constructs a browse path target from rhs.
Sets the values of rhs in this browse path target.
Returns true
if the browse path has been fully resolved.
Returns the index of the first unprocessed element in the browse path. If the path was followed to the end, remainingPathIndex has the maximum value of quint32.
See also setRemainingPathIndex() and QOpcUaBrowsePathTarget::targetId().
Sets the remaining path index to remainingPathIndex.
See also remainingPathIndex().
Sets the node id of the target node to targetId.
See also targetId().
Returns the target of the last reference the server was able to follow. If the reference leads to an external server, targetId is the id of the first node on that server.
See also setTargetId() and QOpcUaBrowsePathTarget::remainingPathIndex.
Returns a reference to the target id.
Returns true
if this browse path target has the same value as rhs.
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qopcuabrowsepathtarget.html