class QOpcUaContentFilterElementResult#

The OPC UA ContentFilterElementResult. More

Synopsis#

Methods#

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__1QOpcUaContentFilterElementResult

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.

operandStatusCodesRef()#
Return type:

.list of QOpcUa.UaStatusCode

Returns a reference to the operand status codes.

setOperandStatusCodes(operandStatusCodes)#
Parameters:

operandStatusCodes – .list of QOpcUa.UaStatusCode

Sets the status codes for all filter operands to operandStatusCodes.

setStatusCode(statusCode)#
Parameters:

statusCodeUaStatusCode

Sets the status code for the filter element to statusCode.

See also

statusCode()

statusCode()#
Return type:

UaStatusCode

Returns the status code for the filter element.

See also

setStatusCode()