WriteResult QML Type

Contains result data after writing to the server. 更多...

导入语句: import QtOpcUa
Since: QtOpcUa 5.13

特性

详细描述

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

另请参阅 WriteItem .

特性文档编制

[read-only] attribute : 常量 . 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 .