Detection Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncTriggerSource.Detection Property

Specifies the slope of the trigger source.


[Visual Basic]
Public Property Detection As IviLxiSyncTriggerSourceDetectionEnum

[C#]
public IviLxiSyncTriggerSourceDetectionEnum Detection {get; set;}

[C++]
HRESULT get_Detection(
   IviLxiSyncTriggerSourceDetectionEnum* retval
);
HRESULT put_Detection(
   IviLxiSyncTriggerSourceDetectionEnum val
);

Remarks

If the source is a LAN event and the source slope is set to positive, this Trigger repeated capability will be satisfied when the designated LAN packet arrives with a true indication. If the source slope is set to negative, this Trigger repeated capability will be satisfied when a LAN packet arrives with a false indication.

See Also

IIviLxiSyncTriggerSource Interface | IIviLxiSyncTriggerSource Members | Ivi.LxiSync.Interop Namespace