Inherits CISVAPISync.
Public Member Functions | |
~CSubscriberId () | |
void | DoStartRequestL () |
Static Public Member Functions | |
static CSubscriberId * | NewL (MExecSync *aController) |
Public Attributes | |
CTelephony::TSubscriberIdV1 | iSubscriberIdV1 |
Retrieves and communicates information pertaining to the sim card currently present in the phone.
Definition at line 34 of file CSubscriberId.h.
CSubscriberId::~CSubscriberId | ( | ) |
Destructor. Cancels outstanding requests.
Definition at line 39 of file CSubscriberId.cpp.
CSubscriberId * CSubscriberId::NewL | ( | MExecSync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 26 of file CSubscriberId.cpp.
void CSubscriberId::DoStartRequestL | ( | ) | [virtual] |
Gets the subscriber Id by calling 3rd party API function CTelephony::GetSubscriberId() and stores it in the iSubscripberIdV1Pckg package.
Reimplemented from CISVAPIBase.
Definition at line 48 of file CSubscriberId.cpp.
CTelephony::TSubscriberIdV1 CSubscriberId::iSubscriberIdV1 |
Stores retrieved subscriber (IMSI) ID.
Definition at line 56 of file CSubscriberId.h.