IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

AlarmRepeat Property

This property contains the number of times the alarm is to be repeated after the initial trigger.

Syntax

int GetAlarmRepeat(int iAlarmIndex);

int SetAlarmRepeat(int iAlarmIndex, int iAlarmRepeat);

Default Value

0

Remarks

This property contains the number of times the alarm is to be repeated after the initial trigger.

This property defines the number of times an alarm should be repeated after its initial AlarmTrigger. If the alarm triggers more than once, then this property MUST be specified along with the AlarmDuration property.

The size of the array is controlled by the AlarmCount property.

This property is not available at design time.

Data Type

Integer

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]