Symbian3/PDK/Source/GUID-C3DE8471-6E8A-547F-8689-3AD4D1843797.dita
author Dominic Pinkman <dominic.pinkman@nokia.com>
Fri, 13 Aug 2010 16:47:46 +0100
changeset 14 578be2adaf3e
parent 5 f345bda72bc4
permissions -rw-r--r--
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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">
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
    12
<concept xml:lang="en" id="GUID-C3DE8471-6E8A-547F-8689-3AD4D1843797"><title>Message Waiting Indicators</title><prolog><metadata><keywords/></metadata></prolog><conbody><p>Message waiting indicator APIs are used to check and receive the message waiting indications from the network. The release 6 USIM supports video mail messages. </p> <p>In Global System for Mobile communications/Wide band CDMA (GSM/WCDMA) modes, the message waiting indications are received through SMS, so the <codeph>ETELMM</codeph> notification is not applicable. </p> <p>In CDMA mode, the message waiting indication is received directly from the network, so the <codeph>ETELMM</codeph> notification is applicable here. Telephony Subsystem (TSY) supports message waiting indicator functions. </p> <p><b>Primitive Type </b> </p> <p>The <codeph>KDisplayVideomailActive</codeph> is a variable added to the <xref href="GUID-4BCF24D3-CC6B-3D3F-ACC4-6AF4DF491EB2.dita"><apiname>TMobilePhoneIndicatorDisplay</apiname></xref> class and is explained in the following table: </p> <table id="GUID-5C96C50F-805D-5F68-94E8-A2CDC64D2237"><tgroup cols="3"><colspec colname="col0"/><colspec colname="col1"/><colspec colname="col2"/><tbody><row><entry><p>Value </p> </entry> <entry><p>Mode(s) </p> </entry> <entry><p>Description </p> </entry> </row> <row><entry><p> <codeph> KDisplayVideomailActive = 0x40 </codeph>  </p> </entry> <entry><p>COMMON </p> </entry> <entry><p>Display videomail active. </p> </entry> </row> </tbody> </tgroup> </table> <p><b>Structured Type </b> </p> <p> <codeph> RMobilePhone::TMobilePhoneMessageWaitingV8
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
    13
        inherits from
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
    14
        RMobilePhone::TMobilePhoneMessageWaitingV1</codeph>  </p> <table id="GUID-E0F7BAC2-0529-5145-B49C-596E590B8C74"><tgroup cols="4"><colspec colname="col0"/><colspec colname="col1"/><colspec colname="col2"/><colspec colname="col3"/><tbody><row><entry><p>Element type </p> </entry> <entry><p>Element name </p> </entry> <entry><p>Mode(s) </p> </entry> <entry><p>Description </p> </entry> </row> <row><entry><p>TUint8 </p> </entry> <entry><p>iVideoMsgs </p> </entry> <entry><p>COMMON </p> </entry> <entry><p>Contains the number of video messages that are waiting. </p> </entry> </row> </tbody> </tgroup> </table> <p> <xref href="GUID-DD96438B-4371-303B-A6B6-F0CFC0CE5F5D.dita"><apiname> TMobilePhoneMessageWaitingV8Pckg </apiname></xref>  </p> <table id="GUID-78E4FBEC-62DD-523F-9B46-E65DB9BB9D34"><tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/><tbody><row><entry><p> <xref href="GUID-B0FFEB7A-88DE-3734-9AC7-13BDC24C6496.dita"><apiname> TPckg&lt;TMobilePhoneMessageWaitingV8&gt; </apiname></xref>  </p> </entry> <entry><p>A type definition package <xref href="GUID-49E9B2AC-2787-3761-965B-11BF4CFC14CF.dita"><apiname>TMobilePhoneMessageWaitingV8</apiname></xref> for passing through a generic API. </p> </entry> </row> </tbody> </tgroup> </table> </conbody></concept>