Inherits CISVAPIAsync, and CISVAPISync.
Public Member Functions | |
~CPhoneId () | |
void | DoStartRequestL () |
void | DoStartRequestL () |
Static Public Member Functions | |
static CPhoneId * | NewL (MExecSync *aController) |
static CPhoneId * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TPhoneIdV1 | iPhoneIdV1 |
Retrieves information regarding the current phone and prints this to the console.
Verifies that the running application is registered.
Definition at line 34 of file CPhoneId.h.
CPhoneId::~CPhoneId | ( | ) |
Destructor. Cancels outstanding requests
Destructor. Cancels outstanding requests.
Definition at line 39 of file CPhoneId.cpp.
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 26 of file CPhoneId.cpp.
void CPhoneId::DoStartRequestL | ( | ) | [virtual] |
Gets the phone ID by calling 3rd party API function CTelephony::GetPhoneId().
Reimplemented from CISVAPIBase.
Definition at line 47 of file CPhoneId.cpp.
CPhoneId * CPhoneId::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 35 of file CPhoneId.cpp.
void CPhoneId::DoStartRequestL | ( | ) | [virtual] |
Virtual function for completing the request to start. Empty method.
Reimplemented from CISVAPIBase.
CTelephony::TPhoneIdV1 CPhoneId::iPhoneIdV1 |
Stores the mobile phone identity information which is checked by the running application.
Definition at line 58 of file CPhoneId.h.