AlarmRepeat Property

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

Syntax

ANSI (Cross Platform)
int GetAlarmRepeat(int iAlarmIndex);
int SetAlarmRepeat(int iAlarmIndex, int iAlarmRepeat); Unicode (Windows) INT GetAlarmRepeat(INT iAlarmIndex);
INT SetAlarmRepeat(INT iAlarmIndex, INT iAlarmRepeat);
- (int)alarmRepeat:(int)alarmIndex;
- (void)setAlarmRepeat:(int)alarmIndex:(int)newAlarmRepeat;
#define PID_CALDAV_ALARMREPEAT 8

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_CalDAV_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_CalDAV_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_CalDAV_CheckIndex(void *lpObj, int propid, int arridx);

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 AlarmIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AlarmCount property.

This property is not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Edition - Version 20.0 [Build 8307]