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 ( TBool aShowNotes = ETrue ) [static]

Two-phased constructor.

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]

Set data coding scheme

Parameters

TUint8 aDCS data coding scheme value

StartUssdEditor()

IMPORT_C TInt StartUssdEditor ( ) const [pure virtual]

Starts editor. Creates own window server session.