This class stores the result of a write operation. More...
Header: | #include <QOpcUaWriteResult> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS OpcUa) target_link_libraries(mytarget PRIVATE Qt6::OpcUa) |
qmake: | QT += opcua |
QOpcUaWriteResult(const QOpcUaWriteResult &other) | |
QOpcUaWriteResult & | operator=(const QOpcUaWriteResult &rhs) |
QOpcUa::NodeAttribute | attribute() const |
QString | indexRange() const |
QString | nodeId() const |
void | setAttribute(QOpcUa::NodeAttribute attribute) |
void | setIndexRange(const QString &indexRange) |
void | setNodeId(const QString &nodeId) |
void | setStatusCode(QOpcUa::UaStatusCode statusCode) |
QOpcUa::UaStatusCode | statusCode() const |
A write operation on an OPC UA server returns a status code which describes if the value could be written and if not, for what reason the write has failed.
In addition to the status code returned by the server, this class also contains the node id, the attribute and the index range from the request to enable a client to match the result with a request.
Objects of this class are returned in the QOpcUaClient::writeNodeAttributesFinished() signal and contain the result of a write operation that was part of a QOpcUaClient::writeNodeAttributes() request.
See also QOpcUaClient::writeNodeAttributes(), QOpcUaClient::writeNodeAttributesFinished(), and QOpcUaWriteItem.
Constructs a write result from other.
Sets the values from rhs in this write result.
Returns the attribute of the write result.
See also setAttribute().
Returns the index range of the write result.
See also setIndexRange().
Returns the node id of the write result.
See also setNodeId().
Sets the attribute of the write result to attribute.
See also attribute().
Sets the index range of the write result to indexRange.
See also indexRange().
Sets the node id of the write result to nodeId.
See also nodeId().
Sets the status code of the write result to statusCode.
See also statusCode().
Returns the status code of the write result.
See also setStatusCode().
As part of the free Business evaluation, we offer a free welcome call for companies, to talk about your requirements, and how the Felgo SDK & Services can help you. Just sign up and schedule your call.
Sign up now to start your free Business evaluation: