| class CManualSecuritySettings : public CBase |
| Public Member Functions | |
|---|---|
| ~CManualSecuritySettings() | |
| IMPORT_C void | CancelChangePin() |
| IMPORT_C void | CancelLockSim() |
| IMPORT_C void | CancelUnblockPin() |
| IMPORT_C void | CancelUnlockSim() |
| IMPORT_C TBool | ChangePinL(TPin, const TDesC &, const TDesC &, const TDesC &) |
| IMPORT_C TBool | LockSimL(const TDesC &, const TDesC &) |
| IMPORT_C CManualSecuritySettings * | NewL() |
| void | ShowResultNoteL(CAknNoteDialog::TTone, TInt) |
| IMPORT_C TBool | UnblockPinL(TPin, const TDesC &, const TDesC &, const TDesC &) |
| IMPORT_C TBool | UnlockSimL(const TDesC &, const TDesC &) |
| Private Member Functions | |
|---|---|
| CManualSecuritySettings() | |
| void | ConstructL() |
| Public Member Enumerations | |
|---|---|
| enum | TPin { EPin1, EPin2 } |
| Private Attributes | |
|---|---|
| RMmCustomAPI | iCustomPhone |
| TRequestStatus | iDummyStatus |
| CAknNoteDialog * | iNote |
| RMobilePhone | iPhone |
| RTelServer | iServer |
| CWait * | iWait |
| IMPORT_C void | CancelChangePin | ( | ) |
Cancels change pin operation.
If there is no ongoing change pin operation, then this method does nothing.
| IMPORT_C void | CancelLockSim | ( | ) |
Cancels lock sim operation.
If there is no ongoing lock sim operation, then this method does nothing.
| IMPORT_C void | CancelUnblockPin | ( | ) |
Cancels unblock pin operation.
If there is no ongoing unblock pin operation, then this method does nothing.
| IMPORT_C void | CancelUnlockSim | ( | ) |
Cancels unlock sim operation.
If there is no ongoing unlock sim operation, then this method does nothing.
| IMPORT_C TBool | ChangePinL | ( | TPin | aPin, |
| 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).
| IMPORT_C TBool | LockSimL | ( | 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).
| IMPORT_C CManualSecuritySettings * | NewL | ( | ) | [static] |
Creates instance of the CManualSecuritySettings class.
| void | ShowResultNoteL | ( | CAknNoteDialog::TTone | aTone, |
| TInt | aResourceID | |||
| ) | ||||
Shows operation results in note
| CAknNoteDialog::TTone aTone | CAknNoteDialog::TTone (tone which is played) |
| TInt aResourceID | TInt (notes resource id) |
| IMPORT_C TBool | UnblockPinL | ( | TPin | aPin, |
| 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).
| IMPORT_C TBool | UnlockSimL | ( | 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).
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.