CPhoneGsmMiscHandler Class Reference

class CPhoneGsmMiscHandler : public CPhoneGsmHandlerBase

It is base class for handlers of ussd & show imei.

Since
1.0 phoneparser.lib

Inherits from

Member Functions Documentation

ProcessL(CPhoneGsmParserResult &)

IMPORT_C voidProcessL(CPhoneGsmParserResult &aResult)[virtual]

From CPhoneGsmHandlerBase, process the results of parsing.

Parameters

CPhoneGsmParserResult & aResultIt is results to be processed.

ProcessShowIMEIL()

voidProcessShowIMEIL()[pure virtual]

Process IMEI display.

ProcessUssdL(const TDesC &)

voidProcessUssdL(const TDesC &aString)[pure virtual]

Process USSD request.

Parameters

const TDesC & aStringIt is string to be sent.