The OPCUA EventFilterResult. 更多...
| 頭: | #include <QOpcUaEventFilterResult> |
| qmake: | QT += opcua |
| QOpcUaEventFilterResult (const QOpcUaEventFilterResult & rhs ) | |
| QOpcUaEventFilterResult & | operator= (const QOpcUaEventFilterResult & rhs ) |
| bool | isGood () const |
| QVector<QOpcUa::UaStatusCode> | selectClauseResults () const |
| QVector<QOpcUa::UaStatusCode> & | selectClauseResultsRef () |
| void | setSelectClauseResults (const QVector<QOpcUa::UaStatusCode> & selectClausesResult ) |
| void | setWhereClauseResults (const QVector<QOpcUaContentFilterElementResult> & whereClausesResult ) |
| QVector<QOpcUaContentFilterElementResult> | whereClauseResults () const |
| QVector<QOpcUaContentFilterElementResult> & | whereClauseResultsRef () |
The EventFilterResult contains status codes for all elements of the
select
clauses and all elements of the
where
子句。
Constructs an event filter result from rhs .
設置值從 rhs in this event filter result.
返迴
true
if this event filter result is good.
Returns the status codes for all elements of the
select
clauses in the order that was used in the filter.
另請參閱 setSelectClauseResults ().
Returns a reference to the
select
clause results.
另請參閱 selectClauseResults ().
設置
select
clause results to
selectClausesResult
.
另請參閱 selectClauseResults ().
設置
where
clause results to
whereClausesResult
.
另請參閱 whereClauseResults ().
Returns the status codes for all elements of the
where
clause in the order that was used in the filter.
另請參閱 setWhereClauseResults ().
Returns a reference to the
where
clause results.
另請參閱 whereClauseResults ().