Configure Method

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncArmAlarm.Configure Method

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


[Visual Basic]
Public Sub Configure( _
   ByVal Enabled As Boolean, _
   ByVal TimeSeconds As Double, _
   ByVal TimeFraction As Double, _
   ByVal Period As Double, _
   ByVal RepeatCount As Int32 _
)

[C#]
public void Configure(
   Boolean Enabled,
   Double TimeSeconds,
   Double TimeFraction,
   Double Period,
   Int32 RepeatCount
);

[C++]
HRESULT Configure(
   VARIANT_BOOL Enabled,
   double TimeSeconds,
   double TimeFraction,
   double Period,
   long RepeatCount
);

Parameters

Enabled
Enables or disables the arm alarm.
TimeSeconds
Specifies the seconds part of 1588 time.
TimeFraction
Specifies the fractional part of 1588 time.
Period
Specifies the period of the arm alarm.
RepeatCount
Specifies the number of times to repeat the trigger at the period specified by the Arm Alarm Repeat Period attribute.

See Also

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