WriteResult QML Type
包含写入服务器后的结果数据。更多
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
Status: | Deprecated since 6.9 |
自 QtOpcUa 6.9 起,该类型已被弃用。我们强烈建议不要在新代码中使用它。
属性
- attribute : Constants.NodeAttribute
- indexRange : string
- namespaceName : string
- nodeId : string
- status : Status
详细说明
该类型用于将使用函数Connection::writeNodeAttributes 写入服务器后的结果传递给服务器。
另请参见 WriteItem 。
属性文档
attribute : Constants.NodeAttribute |
已写入数据的节点属性。
indexRange : string |
被写入数据的索引范围。
namespaceName : string |
被写入节点的命名空间名称。
nodeId : string |
已写入节点的节点 ID。
status : Status |
该WriteResult 的结果状态。如果写入请求成功,则状态为Status.Good 。
© 2025 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.