- class QOpcUaContentFilterElementResult#
The OPC UA ContentFilterElementResult. More…
Synopsis#
Methods#
def
__init__()
def
setStatusCode()
def
statusCode()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
QOpcUaContentFilterElementResult
contains the status code for a filter element and all its operands.- __init__()#
Default constructs a content filter element result with no parameters set.
- __init__(arg__1)
- Parameters:
arg__1 –
QOpcUaContentFilterElementResult
Constructs a content filter element result from
rhs
.- operandStatusCodes()#
- Return type:
.list of QOpcUa.UaStatusCode
Returns the status codes for all filter operands in the order that was used in the filter.
See also
- operandStatusCodesRef()#
- Return type:
.list of QOpcUa.UaStatusCode
Returns a reference to the operand status codes.
See also
- setOperandStatusCodes(operandStatusCodes)#
- Parameters:
operandStatusCodes – .list of QOpcUa.UaStatusCode
Sets the status codes for all filter operands to
operandStatusCodes
.See also
- setStatusCode(statusCode)#
- Parameters:
statusCode –
UaStatusCode
Sets the status code for the filter element to
statusCode
.See also
- statusCode()#
- Return type:
Returns the status code for the filter element.
See also