Configure Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncEvent.Configure Method

This function configures the most commonly configured attributes of the event sub-system.


[Visual Basic]
Public Sub Configure( _
   ByVal DriveMode As IviLxiSyncEventDriveModeEnum, _
   ByVal Source As String, _
   ByVal DestinationPath As String, _
   ByVal Slope As IviLxiSyncSourceSlopeEnum _
)

[C#]
public void Configure(
   IviLxiSyncEventDriveModeEnum DriveMode,
   String Source,
   String DestinationPath,
   IviLxiSyncSourceSlopeEnum Slope
);

[C++]
HRESULT Configure(
   IviLxiSyncEventDriveModeEnum DriveMode,
   BSTR Source,
   BSTR DestinationPath,
   IviLxiSyncSourceSlopeEnum Slope
);

Parameters

DriveMode
Specifies the mode of the event.
Source
Specifies the signal which causes an event to be transmitted.
DestinationPath
Specifies a list of places to send the event.
Slope
Specifies the slope of the event signal.

See Also

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