|
||
const TInt KMaxAlarmMessageLength=0x80;
Maximum length of an alarm message. The message is usually displayed by the alarm UI.
const TInt KMaxAlarmSoundNameLength=KMaxFileName;
Maximum length of the filename of the sound played when an alarm expires.
const TInt KDefaultSoundPlayOffsetInSeconds=0;
Defines the length in seconds of an alarm sound offset.
const TInt KDefaultSoundPlayDurationInSeconds=30;
Defines the length in seconds of an alarm sound duration.
const TAlarmCategory KASCliCategoryClock={ 0x101F5030 };
A category that can be assigned to identify clock alarms to the client. The server does not distinguish between alarm types.