EPOC   SDK Home Glossary Indexes Previous Next Up

TAlarmSetState enum


TAlarmSetState enum — Alarm state flags

Defined in

t32alm.h

Description

These flags indicate 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.

EPOC       SDK Home Glossary Indexes Previous Next Up