| 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
| Public Member Functions | |
|---|---|
| TSetUpIdleModeTextV1 () | |
| Inherited Functions | |
|---|---|
| RSat::TSatBase::ExtensionId()const | |
| RSat::TSatBase::TSatBase() | |
| RSat::TSatPCmdBase::PCmdNumber()const | |
| RSat::TSatPCmdBase::SetPCmdNumber(TUint8) | |
| RSat::TSatPCmdBase::TSatPCmdBase() | |
| Public Attributes | |
|---|---|
| TSatTextCoding | iCodingScheme |
| TIconId | iIconId |
| TIdleModeText | iText |
| TSetUpIdleModeTextType | iType |
| Inherited Attributes | |
|---|---|
| RSat::TSatBase::iExtensionId | |
| RSat::TSatPCmdBase::iPCmdNumber | |
| TSatTextCoding | iCodingScheme |
Specifies whether the text is 7-bit packed, 7-bit unpacked (i.e. 8-bit) or UCS-2 16-bit.
| TIconId | iIconId |
Identifies the icon to display. Only valid if iType is RSat::EUpdateIdleModeText .
| TIdleModeText | iText |
Idle mode text. Only valid if iType is RSat::EUpdateIdleModeText .
| TSetUpIdleModeTextType | iType |
Describes the type of command: does it contain new idle mode text or should the existing idle mode text be removed?
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.