The OPC UA ContentFilterElementResult. More...
Header: | #include <QOpcUaContentFilterElementResult> |
qmake: | QT += opcua |
QOpcUaContentFilterElementResult(const QOpcUaContentFilterElementResult &rhs) | |
QOpcUaContentFilterElementResult & | operator=(const QOpcUaContentFilterElementResult &rhs) |
QList<QOpcUa::UaStatusCode> | operandStatusCodes() const |
QList<QOpcUa::UaStatusCode> & | operandStatusCodesRef() |
void | setOperandStatusCodes(const QList<QOpcUa::UaStatusCode> &operandStatusCodes) |
void | setStatusCode(QOpcUa::UaStatusCode statusCode) |
QOpcUa::UaStatusCode | statusCode() const |
QOpcUaContentFilterElementResult contains the status code for a filter element and all its operands.
Constructs a content filter element result from rhs.
Sets the values from rhs in this content filter element result.
Returns the status codes for all filter operands in the order that was used in the filter.
See also setOperandStatusCodes().
Returns a reference to the operand status codes.
See also operandStatusCodes().
Sets the status codes for all filter operands to operandStatusCodes.
See also operandStatusCodes().
Sets the status code for the filter element to statusCode.
See also statusCode().
Returns the status code for the filter element.
See also setStatusCode().
© The Qt Company Ltd
Licensed under the GNU Free Documentation License, Version 1.3.
https://doc.qt.io/qt-6.2/qopcuacontentfilterelementresult.html