CPhoneGsmSimControlHandler Class Reference

class CPhoneGsmSimControlHandler : public CPhoneGsmHandlerBase

It is handler for sim control procedures.

Since
1.0 phoneparser.lib

Inherits from

Member Functions Documentation

ProcessChangePinL(TPinCode, const TDesC &, const TDesC &, const TDesC &)

voidProcessChangePinL(TPinCodeaType,
const TDesC &aOldPin,
const TDesC &aNewPin,
const TDesC &aNewPin2
)[pure virtual]

Change pin code

Parameters

TPinCode aTypeIt is type of pin.
const TDesC & aOldPinIt is old pin.
const TDesC & aNewPinIt is new pin.
const TDesC & aNewPin2It is new pin.

ProcessL(CPhoneGsmParserResult &)

IMPORT_C voidProcessL(CPhoneGsmParserResult &aResult)[virtual]

From CPhoneGsmHandlerBase, process the results of parsing.

Parameters

CPhoneGsmParserResult & aResultIt is results to be processed.

ProcessPinChangeL(TPinCode, CPhoneGsmParserResult &)

voidProcessPinChangeL(TPinCodeaType,
CPhoneGsmParserResult &aResult
)[private]

Process pin change.

Parameters

TPinCode aType
CPhoneGsmParserResult & aResult

ProcessPinUnblockL(TPinCode, CPhoneGsmParserResult &)

voidProcessPinUnblockL(TPinCodeaType,
CPhoneGsmParserResult &aResult
)[private]

Process pin unblock.

Parameters

TPinCode aType
CPhoneGsmParserResult & aResult

ProcessUnblockPinL(TPinCode, const TDesC &, const TDesC &, const TDesC &)

voidProcessUnblockPinL(TPinCodeaType,
const TDesC &aPuk,
const TDesC &aNewPin,
const TDesC &aNewPin2
)[pure virtual]

Unblock pin code.

Parameters

TPinCode aTypeIt is type of pin to unblock.
const TDesC & aPukIt is unblocking code.
const TDesC & aNewPinIt is new pin.
const TDesC & aNewPin2It is new pin.

Member Enumerations Documentation

Enum TPinCode

It defines different types of codes.

Enumerators

EPinCode
EPin2Code