class QOpcUaEventFilterResult#

The OPCUA EventFilterResult. 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#

The EventFilterResult contains status codes for all elements of the select clauses and all elements of the where clause.

__init__()#

Default constructs an event filter result with no parameters set.

__init__(arg__1)
Parameters:

arg__1QOpcUaEventFilterResult

Constructs an event filter result from rhs.

isGood()#
Return type:

bool

Returns true if this event filter result is good.

selectClauseResults()#
Return type:

.list of QOpcUa.UaStatusCode

Returns the status codes for all elements of the select clauses in the order that was used in the filter.

selectClauseResultsRef()#
Return type:

.list of QOpcUa.UaStatusCode

Returns a reference to the select clause results.

setSelectClauseResults(selectClausesResult)#
Parameters:

selectClausesResult – .list of QOpcUa.UaStatusCode

Sets the select clause results to selectClausesResult.

setWhereClauseResults(whereClauseResult)#
Parameters:

whereClauseResult – .list of QOpcUaContentFilterElementResult

Sets the where clause results to whereClausesResult.

whereClauseResults()#
Return type:

.list of QOpcUaContentFilterElementResult

Returns the status codes for all elements of the where clause in the order that was used in the filter.

whereClauseResultsRef()#
Return type:

.list of QOpcUaContentFilterElementResult

Returns a reference to the where clause results.