- class QOpcUaEventFilterResult#
The OPCUA EventFilterResult. More…
Synopsis#
Methods#
def
__init__()
def
isGood()
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 thewhere
clause.- __init__()#
Default constructs an event filter result with no parameters set.
- __init__(arg__1)
- Parameters:
arg__1 –
QOpcUaEventFilterResult
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.See also
- selectClauseResultsRef()#
- Return type:
.list of QOpcUa.UaStatusCode
Returns a reference to the
select
clause results.See also
- setSelectClauseResults(selectClausesResult)#
- Parameters:
selectClausesResult – .list of QOpcUa.UaStatusCode
Sets the
select
clause results toselectClausesResult
.See also
- setWhereClauseResults(whereClauseResult)#
- Parameters:
whereClauseResult – .list of QOpcUaContentFilterElementResult
Sets the
where
clause results towhereClausesResult
.See also
- 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.See also
- whereClauseResultsRef()#
- Return type:
.list of QOpcUaContentFilterElementResult
Returns a reference to the
where
clause results.See also