CManualSecuritySettings Class Reference

class CManualSecuritySettings : public CBase

Inherits from

  • CManualSecuritySettings

Constructor & Destructor Documentation

CManualSecuritySettings()

CManualSecuritySettings()[private]

C++ default constructor.

~CManualSecuritySettings()

IMPORT_C~CManualSecuritySettings()

Destructor.

Member Functions Documentation

CancelChangePin()

IMPORT_C voidCancelChangePin()

Cancels change pin operation.

If there is no ongoing change pin operation, then this method does nothing.

CancelLockSim()

IMPORT_C voidCancelLockSim()

Cancels lock sim operation.

If there is no ongoing lock sim operation, then this method does nothing.

CancelUnblockPin()

IMPORT_C voidCancelUnblockPin()

Cancels unblock pin operation.

If there is no ongoing unblock pin operation, then this method does nothing.

CancelUnlockSim()

IMPORT_C voidCancelUnlockSim()

Cancels unlock sim operation.

If there is no ongoing unlock sim operation, then this method does nothing.

ChangePinL(TPin, const TDesC &, const TDesC &, const TDesC &)

IMPORT_C TBoolChangePinL(TPinaPin,
const TDesC &aOld,
const TDesC &aNew,
const TDesC &aVerifyNew
)

Changes pin.

Note that contents of aOld, aNew & aVerifyNew haven't been checked. If they could not been parsed, they are empty strings (KNullDesC).

Parameters

TPin aPinpin in question.
const TDesC & aOldold pin.
const TDesC & aNewnew pin.
const TDesC & aVerifyNewnew pin, verification.

ConstructL()

voidConstructL()[private]

Symbian OS constructor.

LockSimL(const TDesC &, const TDesC &)

IMPORT_C TBoolLockSimL(const TDesC &aLockCode,
const TDesC &aType
)

Locks sim.

Note that contents of aLockCode & aType haven't been checked. If they could not been parsed, they are empty strings (KNullDesC).

Parameters

const TDesC & aLockCodelock closing password.
const TDesC & aTypetype of lock.

NewL()

IMPORT_C CManualSecuritySettings *NewL()[static]

Creates instance of the CManualSecuritySettings class.

ShowResultNoteL(CAknNoteDialog::TTone, TInt)

voidShowResultNoteL(CAknNoteDialog::TToneaTone,
TIntaResourceID
)

Shows operation results in note

Parameters

CAknNoteDialog::TTone aToneCAknNoteDialog::TTone (tone which is played)
TInt aResourceIDTInt (notes resource id)

UnblockPinL(TPin, const TDesC &, const TDesC &, const TDesC &)

IMPORT_C TBoolUnblockPinL(TPinaPin,
const TDesC &aPuk,
const TDesC &aNew,
const TDesC &aVerifyNew
)

Unblocks pin.

Note that contents of aPuk, aNew & aVerifyNew haven't been checked. If they could not been parsed, they are empty strings (KNullDesC).

Parameters

TPin aPinpin in question.
const TDesC & aPukpuk code for the pin.
const TDesC & aNewnew pin.
const TDesC & aVerifyNewnew pin, verificatio.

UnlockSimL(const TDesC &, const TDesC &)

IMPORT_C TBoolUnlockSimL(const TDesC &aUnlockCode,
const TDesC &aType
)

Unlocks sim.

Note that contents of aUnlockCode & aType haven't been checked. If they could not been parsed, they are empty strings (KNullDesC).

Parameters

const TDesC & aUnlockCodelock opening password.
const TDesC & aTypetype of lock.

Member Enumerations Documentation

Enum TPin

Enumerates pins.

Enumerators

EPin1
EPin2

Member Data Documentation

RMmCustomAPI iCustomPhone

RMmCustomAPI iCustomPhone[private]

TRequestStatus iDummyStatus

TRequestStatus iDummyStatus[private]

CAknNoteDialog * iNote

CAknNoteDialog *iNote[private]

RMobilePhone iPhone

RMobilePhone iPhone[private]

RTelServer iServer

RTelServer iServer[private]

CWait * iWait

CWait *iWait[private]