Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: t32alm.h
Link against:

Enum TAlarmSetState

TAlarmSetState

Support

Supported from 5.0

Description

Indicates whether alarms are pending, disabled, or non-existent. They may be returned by the RAlarmServer::AlarmState() function, and set using RAlarmServer::AlarmEnable().

EAlarmNotSet

If the alarm is neither pending nor disabled then it is not set. This implies that the alarm with the specified ID does not exist.

EAlarmSet

The alarm is pending — e.g. it exists and is enabled.

EAlarmDisabled

The alarm is disabled. This corresponds to an alarm in the Time application which has a strikethrough.