WriteResult QML Type

Contains result data after writing to the server. \since QtOpcUa 5.13. More...

Properties

Detailed Description

\inqmlmoduleQtOpcUa

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

See also WriteItem.

Property Documentation

attribute : Constants.NodeAttribute

\readonly

The node attribute of data that was written.


indexRange : string

\readonly

The index range of the data that was written.


namespaceName : string

\readonly

The namespace name of the node that was written.


nodeId : string

\readonly

The node id of the node that was written.


status : Status

\readonly

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