Message Waiting Indicators

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.

In Global System for Mobile communications/Wide band CDMA (GSM/WCDMA) modes, the message waiting indications are received through SMS, so the ETELMM notification is not applicable.

In CDMA mode, the message waiting indication is received directly from the network, so the ETELMM notification is applicable here. Telephony Subsystem (TSY) supports message waiting indicator functions.

Primitive Type

The KDisplayVideomailActive is a variable added to the TMobilePhoneIndicatorDisplay class and is explained in the following table:

Value

Mode(s)

Description

KDisplayVideomailActive = 0x40

COMMON

Display videomail active.

Structured Type

RMobilePhone::TMobilePhoneMessageWaitingV8 inherits from RMobilePhone::TMobilePhoneMessageWaitingV1

Element type

Element name

Mode(s)

Description

TUint8

iVideoMsgs

COMMON

Contains the number of video messages that are waiting.

TMobilePhoneMessageWaitingV8Pckg

TPckg<TMobilePhoneMessageWaitingV8>

A type definition package TMobilePhoneMessageWaitingV8 for passing through a generic API.