equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE task |
|
11 PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd"> |
|
12 <task id="GUID-D158746C-6043-4ED4-833B-85C82831A66B" xml:lang="en"><title>Retrieving |
|
13 Alarm Information</title><prolog><metadata><keywords/></metadata></prolog><taskbody> |
|
14 <context> <p>You can retrieve information about alarms by using <codeph>RASCliSession::GetAlarmDetails()</codeph> as |
|
15 shown in the following code snippet:</p><codeblock xml:space="preserve">TASShdAlarm alarmDetails; |
|
16 TInt err = iAlarmServerSession.GetAlarmDetails( iAlarmId, alarmDetails );</codeblock><p>This |
|
17 method takes the object <codeph>TASShdAlarm</codeph>, which encapsulates all |
|
18 the information relating to an alarm. Clients need to know the ID of the alarm |
|
19 about which the information is required.</p></context> |
|
20 </taskbody></task> |