![]() |
Section Contents
t32wld.h
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.
|
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. |
|
|