WriteResult QML Type

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

import 語句: import QtOpcUa
Since: QtOpcUa 5.13
狀態: Deprecated since 6.9

This type is deprecated since QtOpcUa 6.9. We strongly advise against using it in new code.

特性

詳細描述

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

另請參閱 WriteItem .

特性文檔編製

屬性 : 常量 . NodeAttribute [read-only]

The node attribute of data that was written.

indexRange : string [read-only]

The index range of the data that was written.

namespaceName : string [read-only]

The namespace name of the node that was written.

nodeId : string [read-only]

The node id of the node that was written.

status : Status [read-only]

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