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 &)

void ProcessChangePinL ( TPinCode aType,
const TDesC & aOldPin,
const TDesC & aNewPin,
const TDesC & aNewPin2
) [pure virtual]

Change pin code

Parameters

TPinCode aType It is type of pin.
const TDesC & aOldPin It is old pin.
const TDesC & aNewPin It is new pin.
const TDesC & aNewPin2 It is new pin.

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.

ProcessPinChangeL(TPinCode, CPhoneGsmParserResult &)

void ProcessPinChangeL ( TPinCode aType,
CPhoneGsmParserResult & aResult
) [private]

Process pin change.

Parameters

TPinCode aType
CPhoneGsmParserResult & aResult

ProcessPinUnblockL(TPinCode, CPhoneGsmParserResult &)

void ProcessPinUnblockL ( TPinCode aType,
CPhoneGsmParserResult & aResult
) [private]

Process pin unblock.

Parameters

TPinCode aType
CPhoneGsmParserResult & aResult

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

void ProcessUnblockPinL ( TPinCode aType,
const TDesC & aPuk,
const TDesC & aNewPin,
const TDesC & aNewPin2
) [pure virtual]

Unblock pin code.

Parameters

TPinCode aType It is type of pin to unblock.
const TDesC & aPuk It is unblocking code.
const TDesC & aNewPin It is new pin.
const TDesC & aNewPin2 It is new pin.

Member Enumerations Documentation

Enum TPinCode

It defines different types of codes.

Enumerators

EPinCode
EPin2Code