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

From CPhoneGsmHandlerBase, processes result.

Parameters

CPhoneGsmParserResult & aResultIt is to be processed.

ProcessSimLockL(const TDesC &, const TDesC &)

voidProcessSimLockL(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 & aPasswordsequence of digits.
const TDesC & aTypesequence of digits.

ProcessSimUnlockL(const TDesC &, const TDesC &)

voidProcessSimUnlockL(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 & aPasswordsequence of digits.
const TDesC & aTypesequence of digits.