Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


Information about Alarms

It is possible to retrieve information about alarms by using RASCliSession::GetAlarmDetails(). This method takes the object TASShdAlarm, which encapsulates all the information relating to an alarm. Clients need to know the ID of the alarm that they want the information about.

To obtain a list of all identifiers for alarms within the server of a specified category, use RASCliSession::GetAlarmIdListForCategoryL(). This allows a client to retrieve an array containing all 'Clock' Alarms, for example. RASCliSession::GetAlarmIdListL() allows a client to identify all alarms maintained within the Alarm Server's queue.