WriteResult QML Type
サーバーへの書き込み後の結果データを含む。詳細...
Import Statement: | import QtOpcUa |
Since: | QtOpcUa 5.13 |
プロパティ
- 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.