CPhCltUssd Class Reference

class CPhCltUssd : public CBase

Interface for sending messages.

phoneclient.lib
Since
1.0

Inherits from

Constructor & Destructor Documentation

CPhCltUssd()

CPhCltUssd()[protected]

C++ constructor.

Member Functions Documentation

NewL(TBool)

IMPORT_C CPhCltUssd *NewL(TBoolaShowNotes = ETrue)[static]

Two-phased constructor.

Parameters

TBool aShowNotes = ETrueIf 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 & aMsgDataUnicode 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 & aMsgData7-bit buffer to be sent.

SendUssd(const TDesC8 &, const TUint8)

IMPORT_C TIntSendUssd(const TDesC8 &aMsgData,
const TUint8iSendDcs
)[pure virtual]

Send Ussd buffer to network with given DCS.

Parameters

const TDesC8 & aMsgData7-bit buffer to be sent.
const TUint8 iSendDcsSpecifies DCS and the send type.

SendUssdCancel()

voidSendUssdCancel()[pure virtual]

Cancels outstanding Send request.

SetDCS(TUint8)

voidSetDCS(TUint8aDCS)[pure virtual]

Set data coding scheme

Parameters

TUint8 aDCSdata coding scheme value

StartUssdEditor()

IMPORT_C TIntStartUssdEditor()const [pure virtual]

Starts editor. Creates own window server session.