| class CPhCltUssd : public CBase |
Interface for sending messages.
| Public Member Functions | |
|---|---|
| IMPORT_C CPhCltUssd * | NewL ( TBool ) |
| TInt | SendUssd (const TDesC &) |
| TInt | SendUssd (const TDesC8 &) |
| IMPORT_C TInt | SendUssd (const TDesC8 &, const TUint8 ) |
| void | SendUssdCancel () |
| void | SetDCS ( TUint8 ) |
| IMPORT_C TInt | StartUssdEditor () |
| Protected Member Functions | |
|---|---|
| CPhCltUssd () | |
| IMPORT_C CPhCltUssd * | NewL | ( | TBool | aShowNotes = ETrue | ) | [static] |
Two-phased constructor.
| TBool aShowNotes = ETrue | If ETrue, notes are shown. |
| TInt | SendUssd | ( | const TDesC & | aMsgData | ) | [pure virtual] |
Send Ussd string to network with default DCS.
| const TDesC & aMsgData | Unicode string to be sent. |
| TInt | SendUssd | ( | const TDesC8 & | aMsgData | ) | [pure virtual] |
Send Ussd buffer to network with default DCS.
| const TDesC8 & aMsgData | 7-bit buffer to be sent. |
| IMPORT_C TInt | SendUssd | ( | const TDesC8 & | aMsgData, |
| const TUint8 | iSendDcs | |||
| ) | [pure virtual] | |||
Send Ussd buffer to network with given DCS.
| void | SetDCS | ( | TUint8 | aDCS | ) | [pure virtual] |
Set data coding scheme
| TUint8 aDCS | data coding scheme value |
| IMPORT_C TInt | StartUssdEditor | ( | ) | const [pure virtual] |
Starts editor. Creates own window server session.
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.