Inherits CISVAPIAsync.
Public Member Functions | |
~CGetLockInfo () | |
void | DoStartRequestL () |
void | DoRequestNotificationL () |
Static Public Member Functions | |
static CGetLockInfo * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TIccLockInfoV1 | iIccLockInfoV1 |
Retrieves information pertaining the status of the PIN 1 or 2 lock. Can be notified on change.
Definition at line 32 of file CGetLockInfo.h.
CGetLockInfo::~CGetLockInfo | ( | ) |
Destructor. Cancels outstanding requests.
Definition at line 38 of file CGetLockInfo.cpp.
CGetLockInfo * CGetLockInfo::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 25 of file CGetLockInfo.cpp.
void CGetLockInfo::DoStartRequestL | ( | ) | [virtual] |
Gets ICC Lock information and stores it in the iIccLockInfoV1Pckg package.
Reimplemented from CISVAPIBase.
Definition at line 46 of file CGetLockInfo.cpp.
void CGetLockInfo::DoRequestNotificationL | ( | ) | [virtual] |
Requests to receive notifications of change in the ICC lock information.
Reimplemented from CISVAPIBase.
Definition at line 135 of file CGetLockInfo.cpp.
CTelephony::TIccLockInfoV1 CGetLockInfo::iIccLockInfoV1 |
Stores retrieved ICC lock information.
Definition at line 55 of file CGetLockInfo.h.