diff -r 000000000000 -r 89d6a7a84779 Symbian3/SDK/Source/GUID-D158746C-6043-4ED4-833B-85C82831A66B.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-D158746C-6043-4ED4-833B-85C82831A66B.dita Thu Jan 21 18:18:20 2010 +0000 @@ -0,0 +1,20 @@ + + + + + +Retrieving +Alarm Information +

You can retrieve information about alarms by using RASCliSession::GetAlarmDetails() as +shown in the following code snippet:

TASShdAlarm alarmDetails; +TInt err = iAlarmServerSession.GetAlarmDetails( iAlarmId, alarmDetails );

This +method takes the object TASShdAlarm, which encapsulates all +the information relating to an alarm. Clients need to know the ID of the alarm +about which the information is required.

+
\ No newline at end of file