|
IMVIOBoolSource
IMVIOBoolSource Interface.
Read thefilter
description to see how the filter is used.
Header file:
IMVIOBoolSource.h
Interface definition language file: IMVIOBoolSource.idl
Typelib: MVIOBoolSource
Interface ID: IID_IMVIOBoolSource
Method IMVIOBoolSource::GetLevel
Declaration:
Function GetLevel As Long
Get the current level from the output pin. The functions returns
TRUE or FALSE.
Prototype:
HRESULT GetLevel(LONG* value);
Method IMVIOBoolSource::SetHigh
Declaration: Sub
SetHigh
Send TRUE signal.
Prototype:
HRESULT SetHigh();
Method IMVIOBoolSource::SetLow
Declaration: Sub
SetLow
Send FALSE signal.
Prototype:
HRESULT SetLow();
Method IMVIOBoolSource::Trigger
Declaration: Sub
Trigger
Send rising edge trigger signal.
Prototype:
HRESULT Trigger();
|