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.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.