PySide6.QtOpcUa.QOpcUaEventFilterResult¶
- 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 - selectclauses and all elements of the- whereclause.- __init__()¶
 - Default constructs an event filter result with no parameters set. - __init__(rhs)
- Parameters:
- rhs – - QOpcUaEventFilterResult
 
 - Constructs an event filter result from - rhs.- isGood()¶
- Return type:
- bool 
 
 - Returns - trueif this event filter result is good.- selectClauseResults()¶
- Return type:
- .list of QOpcUa.UaStatusCode 
 
 - Returns the status codes for all elements of the - selectclauses in the order that was used in the filter.- See also - selectClauseResultsRef()¶
- Return type:
- .list of QOpcUa.UaStatusCode 
 
 - Returns a reference to the - selectclause results.- See also - setSelectClauseResults(selectClausesResult)¶
- Parameters:
- selectClausesResult – .list of QOpcUa.UaStatusCode 
 
 - Sets the - selectclause results to- selectClausesResult.- See also - setWhereClauseResults(whereClauseResult)¶
- Parameters:
- whereClauseResult – .list of QOpcUaContentFilterElementResult 
 
 - Sets the - whereclause results to- whereClausesResult.- See also - whereClauseResults()¶
- Return type:
- .list of QOpcUaContentFilterElementResult 
 
 - Returns the status codes for all elements of the - whereclause in the order that was used in the filter.- See also - whereClauseResultsRef()¶
- Return type:
- .list of QOpcUaContentFilterElementResult 
 
 - Returns a reference to the - whereclause results.- See also