RSat::TSetUpIdleModeTextV1 Class Reference

class RSat::TSetUpIdleModeTextV1 : public RSat::TSatPCmdBase

Contains a SET UP IDLE MODE TEXT proactive command issued by the UICC. See ETSI TS 102 223 v5.9.0 section 6.6.22 and RSat::NotifySetUpIdleModeTextPCmd() for more information about the command.

Request notification for SET UP IDLE MODE TEXT with RSat::NotifySetUpIdleModeTextPCmd(), passing it an object in which to store the command when it arrives. Pass a packaged version of the latest "TSetUpIdleModeText" class. For Symbian OS versions up to and including v8.1a and 8.1b use RSat::TSetUpIdleModeTextV1Pckg, a packaged RSat::TSetUpIdleModeTextV1. For later versions of Symbian OS, check for an updated API (RSat::TSetUpIdleModeTextV2 etc).

RSat::TSetUpIdleModeTextV1Pckg RSat::NotifySetUpIdleModeTextPCmd() RSat::TSatTextCoding

Inherits from

Constructor & Destructor Documentation

TSetUpIdleModeTextV1()

IMPORT_CTSetUpIdleModeTextV1()

Default constructor.

Member Data Documentation

TSatTextCoding iCodingScheme

TSatTextCoding iCodingScheme

Specifies whether the text is 7-bit packed, 7-bit unpacked (i.e. 8-bit) or UCS-2 16-bit.

TIconId iIconId

TIconId iIconId

Identifies the icon to display. Only valid if iType is RSat::EUpdateIdleModeText.

TIdleModeText iText

TIdleModeText iText

Idle mode text. Only valid if iType is RSat::EUpdateIdleModeText.

TSetUpIdleModeTextType iType

TSetUpIdleModeTextType iType

Describes the type of command: does it contain new idle mode text or should the existing idle mode text be removed?