IMVIOComparator
The IMVIOComparator interface contains methods and properties to configure the MV I/O Comparator filter.
Methods:
| CurrentState | The current state of the output pin. |
| OffThreshold | Threshold value for switch to false (off). |
| OnThreshold | Threshold value for switch to true (on). |
Header file:
IMVIOComparator.h
Interface definition language file: IMVIOComparator.idl
Typelib: MVIOComparator
Interface ID: IID_IMVIOComparator
Property IMVIOComparator::CurrentState
Declaration: Property Get CurrentState As BooleanThe current state of the output pin.
C Prototype:HRESULT put_CurrentState(VARIANT_BOOL newVal);
HRESULT get_CurrentState(VARIANT_BOOL *pVal);
Property IMVIOComparator::OffThreshold
Declaration: Property Get/Put OffThreshold As DoubleThreshold value for switch to false (off).
C Prototype:HRESULT put_OffThreshold(DOUBLE newVal);
HRESULT get_OffThreshold(DOUBLE *pVal);
Property IMVIOComparator::OnThreshold
Declaration: Property Get/Put OnThreshold As DoubleThreshold value for switch to true (on).
C Prototype:HRESULT put_OnThreshold(DOUBLE newVal);
HRESULT get_OnThreshold(DOUBLE *pVal);