CPhCltUssd Class Reference
class CPhCltUssd : public CBase |
Interface for sending messages.
phoneclient.lib
- Since
- 1.0
Constructor & Destructor Documentation
Member Functions Documentation
NewL(TBool)
Parameters
TBool aShowNotes = ETrue | If ETrue, notes are shown. |
SendUssd(const TDesC &)
TInt
| SendUssd | ( | const TDesC & | aMsgData | ) | [pure virtual] |
Send Ussd string to network with default DCS.
Parameters
const TDesC & aMsgData | Unicode string to be sent. |
SendUssd(const TDesC8 &)
TInt
| SendUssd | ( | const TDesC8 & | aMsgData | ) | [pure virtual] |
Send Ussd buffer to network with default DCS.
Parameters
const TDesC8 & aMsgData | 7-bit buffer to be sent. |
SendUssd(const TDesC8 &, const TUint8)
IMPORT_C TInt | SendUssd | ( | const TDesC8 & | aMsgData, |
| const TUint8 | iSendDcs |
| ) | [pure virtual] |
Send Ussd buffer to network with given DCS.
Parameters
const TDesC8 & aMsgData | 7-bit buffer to be sent. |
const TUint8 iSendDcs | Specifies DCS and the send type. |
SendUssdCancel()
void | SendUssdCancel | ( | ) | [pure virtual] |
Cancels outstanding Send request.
SetDCS(TUint8)
void | SetDCS | ( | TUint8 | aDCS | ) | [pure virtual] |
Parameters
TUint8 aDCS | data coding scheme value |
StartUssdEditor()
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.