WriteResult QML Type

Contains result data after writing to the server. More...

Import Statement: import QtOpcUa .
Since: QtOpcUa 5.13

Properties

Detailed Description

This type is used to pass the results after writing to the server using the function Connection::writeNodeAttributes.

See also WriteItem.

Property Documentation

[read-only] attribute : Constants.NodeAttribute

The node attribute of data that was written.


[read-only] indexRange : string

The index range of the data that was written.


[read-only] namespaceName : string

The namespace name of the node that was written.


[read-only] nodeId : string

The node id of the node that was written.


[read-only] status : Status

Result status of this WriteResult. If the write request was successful the status is Status.Good.


© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.