RepeatCount Property

IviLxiSync

IviLxiSync Reference  

IIviLxiSyncArmAlarm.RepeatCount Property

Specifies the number of times to repeat the trigger at the period specified by the Arm Alarm Period attribute.


[Visual Basic]
Public Property RepeatCount As Int32

[C#]
public Int32 RepeatCount {get; set;}

[C++]
HRESULT get_RepeatCount(
   long* retval
);
HRESULT put_RepeatCount(
   long val
);

Remarks

If Arm Alarm Repeat Count is zero, then the alarm shall repeat forever at the Arm Alarm Period.

See Also

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