author | Graeme Price <GRAEME.PRICE@NOKIA.COM> |
Fri, 15 Oct 2010 14:32:18 +0100 | |
changeset 15 | 307f4279f433 |
parent 14 | 578be2adaf3e |
permissions | -rw-r--r-- |
14
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
1 |
<?xml version="1.0" encoding="utf-8"?> |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
2 |
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
3 |
<!-- This component and the accompanying materials are made available under the terms of the License |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
4 |
"Eclipse Public License v1.0" which accompanies this distribution, |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
5 |
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
6 |
<!-- Initial Contributors: |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
7 |
Nokia Corporation - initial contribution. |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
8 |
Contributors: |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
9 |
--> |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
10 |
<!DOCTYPE concept |
578be2adaf3e
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Dominic Pinkman <dominic.pinkman@nokia.com>
parents:
5
diff
changeset
|
11 |
PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
1
25a17d01db0c
Addition of the PDK content and example code for Documentation_content according to Feature bug 1607 and bug 1608
Dominic Pinkman <Dominic.Pinkman@Nokia.com>
parents:
diff
changeset
|
12 |
<concept xml:lang="en" id="GUID-8D4B8ABF-8ADD-5142-A966-EBD913958B0E"><title>What Are Proactive Commands</title><prolog><metadata><keywords/></metadata></prolog><conbody><p>This section describes the proactive commands and the functions they provide to the client applications. </p> <p>Proactive commands are used by the Integrated Circuit Card (ICC) to instruct the phone to do various tasks. A proactive command is always associated with a proactive command number. A response to every proactive command is returned as a terminal response with the same proactive command number. </p> <section id="GUID-F8E1B509-05AF-5CF9-93B9-1BE69BF35142"><title>Common SAT functions</title> <p>The proactive commands allow the client applications to: </p> <ul><li id="GUID-5EBB266B-E6AE-57A5-A5F8-9219206D7988"><p>Display text or icon to the user. </p> </li> <li id="GUID-B6CB6149-019D-5F21-8EFA-C7287DF8E475"><p>Create a menu and provide a list of options. </p> </li> <li id="GUID-0F210346-235D-5707-9B67-43D5FEBAA485"><p>Get one or more characters from the user. </p> </li> <li id="GUID-F355CCA6-A297-5BD9-B571-4B51FD0E1F5A"><p>Instruct the device to play tone as a notification. </p> </li> <li id="GUID-B9579F6D-85FF-53F1-A6FD-9C3917CBEF63"><p>Request the telephony system plug-ins to send data to the network as a SMS message, supplementary service commands, unstructured service data and DTMF tones. </p> </li> <li id="GUID-085F7742-C0CA-50BD-80C7-D70113CDCD58"><p>Clients can implement power management of the ICC. </p> </li> <li id="GUID-18F32EE9-5061-5E83-A4D0-8B9FF9D2A66D"><p>Clients can access the information from the ICC. </p> </li> <li id="GUID-B4F75F02-D896-5A49-9002-D116DE039E55"><p>Request the telephony system to create and close channels for the client applications. </p> </li> </ul> </section> </conbody></concept> |