WriteResult QML Type
Contains result data after writing to the server. More...
Import Statement: | import QtOpcUa . |
Since: | QtOpcUa 5.13 |
Properties
- attribute : Constants.NodeAttribute
- indexRange : string
- namespaceName : string
- nodeId : string
- status : Status
Detailed Description
This type is used to pass the results after writing to the server using the function Connection::writeNodeAttributes.
See also WriteItem.
Property Documentation
[read-only] status : Status |
Result status of this WriteResult. If the write request was successful the status is Status.Good.