DriveMode Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncEvent.DriveMode Property

Specifies how this event is transmitted.


[Visual Basic]
Public Property DriveMode As IviLxiSyncEventDriveModeEnum

[C#]
public IviLxiSyncEventDriveModeEnum DriveMode {get; set;}

[C++]
HRESULT get_DriveMode(
   IviLxiSyncEventDriveModeEnum* retval
);
HRESULT put_DriveMode(
   IviLxiSyncEventDriveModeEnum val
);

Remarks

It is an error to turn on the Wired OR Bias Mode for this device for a particular LXI trigger line and then set the Event Enabled attribute to On instead of Wired OR for an event whose destination path includes that LXI trigger line.

See Also

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