EPOC   SDK Home Glossary Indexes Previous Next Up

TAlarmInfo class


Contents


TAlarmInfo class — Alarm information

Section Contents


Overview

Defined in

t32wld.h

Description

This class stores alarm information.

The information can be about outstanding alarms — retrieved from the alarm server — or new alarms which the client wishes to post.


Data members

TInt iAlarmId

The alarm ID, used to reference a particular alarm

TTime iDueTime

The alarm due time.

TTime iAlarmTime

The alarm time.

TAlarmType iType

The type of alarm.

TAlarmMessage iMessage

The alarm message.

TAlarmSoundName iSound

The name of the sound file to play when the alarm activates.

TAlarmClockRepeat iRepeat

This field is only relevant to clock alarms. It defines the repetition rate. E.g. is the alarm to occur once, daily etc.

EPOC       SDK Home Glossary Indexes Previous Next Up