Symbian3/PDK/Source/GUID-09DCBB19-0285-56DC-996D-B3D876DAAC11.dita
changeset 5 f345bda72bc4
parent 3 46218c8b8afa
child 14 578be2adaf3e
equal deleted inserted replaced
4:4816d766a08a 5:f345bda72bc4
     7     Nokia Corporation - initial contribution.
     7     Nokia Corporation - initial contribution.
     8 Contributors: 
     8 Contributors: 
     9 -->
     9 -->
    10 <!DOCTYPE concept
    10 <!DOCTYPE concept
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
    11   PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
    12 <concept xml:lang="en" id="GUID-09DCBB19-0285-56DC-996D-B3D876DAAC11"><title>What Are SIM Application Toolikits</title><shortdesc>This section describes the SIM application Toolkits (SAT) and the APIs available to access them. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody><p>This section is aimed at the developers writing SAT engines, which is the client side implementation of the SAT functionality. The term Clients refers to the SAT engine in this document. The developers are assumed to have good knowledge of Symbian OS telephony architecture, 3GPP SAT specifications and TSY modules. </p> <section><title>Definitions</title> <dl><dlentry><dt>SAT</dt> <dd><p>SIM application toolkit is the software present in the electronic card of the device. There can be more than one SAT application present on the card. </p> </dd> </dlentry> <dlentry><dt>ICC</dt> <dd><p>Integrated circuit card is the electronic card that can store the subscription details of the user and the network operator related details. </p> </dd> </dlentry> </dl> </section> <section><title>SIM application toolkit interface</title> <p> <xref href="GUID-25B2D92E-82CE-34EC-A2DC-2973804EEFC3.dita"><apiname>RSat</apiname></xref> provides an interface to the SIM application toolkits (SAT) stored in an electronic card (ICC) of the phone through a TSY. </p> <p>The SAT interface is implemented as a TSY plug-in extension to the telephony server. The SAT defines the protocols, which instruct the phone to do various tasks such as display a menu item, add a menu item or create an URL link. The SAT engine request notification of these messages and they are executed through the TSY. </p> </section> <section><title>Error messages</title> <p>SAT application requires an error message to be returned when an <xref href="GUID-9BD11817-54AC-5731-98EC-91B0C8686847.dita">envelope</xref> command or a <xref href="GUID-8D4B8ABF-8ADD-5142-A966-EBD913958B0E.dita">proactive</xref> command fails. There are two types of error messages </p> <ul><li id="GUID-063B6A83-F723-5041-9514-4F31CD553851"><p>basic error message </p> </li> <li id="GUID-C7C029D2-3F75-5070-8936-79174AAC37CF"><p>extended error message </p> </li> </ul> <p>The basic error messages are those defined by the ETel core API and the E32 base API. The extended error codes consists of error codes defined in ETelSat API, ETelPacket API, ETelMultimode API, ETelCDMA API and those defined by the licensees. Clients can choose to receive either basic or extended error codes by using <xref href="GUID-25B2D92E-82CE-34EC-A2DC-2973804EEFC3.dita"><apiname>RTelServer::SetExtendedErrorGranualirity()</apiname></xref>. The clients receive extended error codes when available, else the basic error code is returned. </p> </section> <section><title> Icons and Images </title> <p>The proactive commands are sometimes associated with an icon/image which is optional. The icons and images are stored in the ICC. The command gives and image id to the SAT engines which uses it to retrieve the elementary file from the ICC using <xref href="GUID-25B2D92E-82CE-34EC-A2DC-2973804EEFC3.dita"><apiname>RSat::GetIcon()</apiname></xref> for icons and <xref href="GUID-25B2D92E-82CE-34EC-A2DC-2973804EEFC3.dita"><apiname>RSat::GetImageInstance()</apiname></xref> for image files. The TSY retrieves the file and passes it to the SAT engine. The SAT engine has to choose an instance, which is best suited for the particular device and display it. </p> </section> </conbody></concept>
    12 <concept id="GUID-09DCBB19-0285-56DC-996D-B3D876DAAC11" xml:lang="en"><title>What
       
    13 Are SIM Application Toolikits</title><shortdesc>This section describes the SIM application Toolkits (SAT) and the
       
    14 APIs available to access them. </shortdesc><prolog><metadata><keywords/></metadata></prolog><conbody>
       
    15 <p>This section is aimed at the developers writing SAT engines, which is the
       
    16 client side implementation of the SAT functionality. The term Clients refers
       
    17 to the SAT engine in this document. The developers are assumed to have good
       
    18 knowledge of Symbian platform telephony architecture, 3GPP SAT
       
    19 specifications and TSY modules. </p>
       
    20 <section id="GUID-7A670743-FEDD-4888-8952-AC361D593C71"><title>Definitions</title> <dl>
       
    21 <dlentry>
       
    22 <dt>SAT</dt>
       
    23 <dd><p>SIM application toolkit is the software present in the electronic card
       
    24 of the device. There can be more than one SAT application present on the card. </p> </dd>
       
    25 </dlentry>
       
    26 <dlentry>
       
    27 <dt>ICC</dt>
       
    28 <dd><p>Integrated circuit card is the electronic card that can store the subscription
       
    29 details of the user and the network operator related details. </p> </dd>
       
    30 </dlentry>
       
    31 </dl> </section>
       
    32 <section id="GUID-ED67B82D-8C30-4A4E-920A-52C758C21D7F"><title>SIM application toolkit interface</title> <p> <xref href="GUID-25B2D92E-82CE-34EC-A2DC-2973804EEFC3.dita"><apiname>RSat</apiname></xref> provides
       
    33 an interface to the SIM application toolkits (SAT) stored in an electronic
       
    34 card (ICC) of the phone through a TSY. </p> <p>The SAT interface is implemented
       
    35 as a TSY plug-in extension to the telephony server. The SAT defines the protocols,
       
    36 which instruct the phone to do various tasks such as display a menu item,
       
    37 add a menu item or create an URL link. The SAT engine request notification
       
    38 of these messages and they are executed through the TSY. </p> </section>
       
    39 <section id="GUID-0CB1D922-FCB8-4F00-B69D-A21346877311"><title>Error messages</title> <p>SAT application requires an error
       
    40 message to be returned when an <xref href="GUID-9BD11817-54AC-5731-98EC-91B0C8686847.dita">envelope</xref> command
       
    41 or a <xref href="GUID-8D4B8ABF-8ADD-5142-A966-EBD913958B0E.dita">proactive</xref> command
       
    42 fails. There are two types of error messages </p> <ul>
       
    43 <li id="GUID-063B6A83-F723-5041-9514-4F31CD553851"><p>basic error message </p> </li>
       
    44 <li id="GUID-C7C029D2-3F75-5070-8936-79174AAC37CF"><p>extended error message </p> </li>
       
    45 </ul> <p>The basic error messages are those defined by the ETel core API and
       
    46 the E32 base API. The extended error codes consists of error codes defined
       
    47 in ETelSat API, ETelPacket API, ETelMultimode API, ETelCDMA API and those
       
    48 defined by the licensees. Clients can choose to receive either basic or extended
       
    49 error codes by using <xref href="GUID-25B2D92E-82CE-34EC-A2DC-2973804EEFC3.dita"><apiname>RTelServer::SetExtendedErrorGranualirity()</apiname></xref>.
       
    50 The clients receive extended error codes when available, else the basic error
       
    51 code is returned. </p> </section>
       
    52 <section id="GUID-74938631-82C2-434E-8A60-1677B2CD8A36"><title> Icons and Images </title> <p>The proactive commands are sometimes
       
    53 associated with an icon/image which is optional. The icons and images are
       
    54 stored in the ICC. The command gives and image id to the SAT engines which
       
    55 uses it to retrieve the elementary file from the ICC using <xref href="GUID-25B2D92E-82CE-34EC-A2DC-2973804EEFC3.dita"><apiname>RSat::GetIcon()</apiname></xref> for
       
    56 icons and <xref href="GUID-25B2D92E-82CE-34EC-A2DC-2973804EEFC3.dita"><apiname>RSat::GetImageInstance()</apiname></xref> for
       
    57 image files. The TSY retrieves the file and passes it to the SAT engine. The
       
    58 SAT engine has to choose an instance, which is best suited for the particular
       
    59 device and display it. </p> </section>
       
    60 </conbody></concept>