Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ASShdDefs.h>

Enum TAlarmChangeEvent

TAlarmChangeEvent

Description

This enumeration defines the events that can be reported by the alarm server.

These events are channelled to the client using the RASCliSession::NotifyChange() method.

See also:

EAlarmChangeEventState

An alarm has changed state.

EAlarmChangeEventStatus

An alarm has changed status.

EAlarmChangeEventCharacteristics

An alarm has changed characteristics.

EAlarmChangeEventAlarmDeletion

An alarm has been deleted from the queue of alarms.

EAlarmChangeEventAlarmAddition

An alarm has been added to the queue of alarms.

EAlarmChangeEventTimerExpired

An alarm has expired.

EAlarmChangeEventSoundPlaying

The sound for an alarm has just started playing.

EAlarmChangeEventSoundStopped

The sound for an alarm has just stopped playing.

EAlarmChangeEventPlayIntervalsChanged

The sound intervals associated with sound timing have changed.

EAlarmChangeEventGlobalSoundStateChanged

The global sound state (on/off) has changed.

EAlarmChangeEventHeadQueueItemChanged

The next alarm at the head of the alarm queue has changed.

EAlarmChangeEventSystemDateTimeChanged

The system date or time has changed, or the days defined as workdays have changed.

EAlarmChangeEventAlarmUIVisible

The alarm alert server has been instructed to show the 'alarm expired' display.

EAlarmChangeEventAlarmUIInvisible

The alarm alert server has been instructed to hide the 'alarm expired' display.

EAlarmChangeEventSoundSilence

Alarm sounds have been temporarily silenced, the current alarm has been paused or re-enabled.

EAlarmChangeEventAlarmData

The data associated with an alarm has changed.

EAlarmChangeEventRestoreStarted

A restore from backup of the alarm server has started. Alarms cannot be added/deleted until this has finished.

EAlarmChangeEventRestoreFailed

A restore from backup of the alarm server has failed. Alarms can be added/deleted again.

EAlarmChangeEventRestoreCompleted

A restore from backup of the alarm server has completed. The alarm queue has changed.

EAlarmChangeEventLast

Last change event (anchor). This is always at the end of the list.

EAlarmChangeEventUndefined

An undefined alarm event has occurred.