IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

AlarmAttachment Property

This property contains a sound file attached to the alarm.

Object Oriented Interface

public function getAlarmAttachment($alarmindex);
public function setAlarmAttachment($alarmindex, $value);

Procedural Interface

ipworks_caldav_get($res, 3 , $alarmindex);
ipworks_caldav_set($res, 3, $value , $alarmindex);

Default Value

''

Remarks

This property contains a sound file attached to the alarm. If the AlarmAction is set to aAudio, this property may optionally contain a base-64 encoded binary sound file to be played. The AlarmAttachmentType property indicates the data type of the attached file.

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

This property is not available at design time.

Data Type

String

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