Detection Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncArmSource.Detection Property

Specifies the style of arm source detection.


[Visual Basic]
Public Property Detection As IviLxiSyncArmSourceDetectionEnum

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

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

Remarks

If the source is a LAN event and the source detection is set to rise, this Arm repeated capability will be satisfied when the designated LAN packet arrives with a True indication. If the source detection is set to fall, this Arm repeated capability will be satisfied when a LAN packet arrives with a False indication. If the detection is set to high, the source will be satisfied when the designated LAN packet arrives with a True indication and remain satisfied until the designated LAN packet arrives with a False indication. If the detection is to low, the source will be satisfied when the designated LAN packet arrives with a False indication and remain satisfied until the designated LAN packet arrives with a True indication.

See Also

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