CPhoneGsmPcnProcedureHandler Class Reference

class CPhoneGsmPcnProcedureHandler : public CPhoneGsmHandlerBase

It is handler for GsmPcn procedures.

Since
1.0 phoneparser.lib

Inherits from

Member Functions Documentation

ProcessL(CPhoneGsmParserResult &)

IMPORT_C void ProcessL ( CPhoneGsmParserResult & aResult ) [virtual]

From CPhoneGsmHandlerBase , processes result.

Parameters

CPhoneGsmParserResult & aResult It is to be processed.

ProcessSimLockL(const TDesC &, const TDesC &)

void ProcessSimLockL ( const TDesC & aPassword,
const TDesC & aType
) [pure virtual]

Process SIM locking.

Parameters are empty strings if SIM lock code was just garbage.

Parameters

const TDesC & aPassword sequence of digits.
const TDesC & aType sequence of digits.

ProcessSimUnlockL(const TDesC &, const TDesC &)

void ProcessSimUnlockL ( const TDesC & aPassword,
const TDesC & aType
) [pure virtual]

Process SIM unlocking.

Parameters are empty strings if SIM unlock code was just garbage.

Parameters

const TDesC & aPassword sequence of digits.
const TDesC & aType sequence of digits.