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 void ProcessL ( CPhoneGsmParserResult & aResult ) [virtual]

From CPhoneGsmHandlerBase , process the results of parsing.

Parameters

CPhoneGsmParserResult & aResult It is results to be processed.

ProcessShowIMEIL()

void ProcessShowIMEIL ( ) [pure virtual]

Process IMEI display.

ProcessUssdL(const TDesC &)

void ProcessUssdL ( const TDesC & aString ) [pure virtual]

Process USSD request.

Parameters

const TDesC & aString It is string to be sent.