diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_phone_id.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_phone_id.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_phone_id.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,192 +1,175 @@ - -
-Inherits CISVAPIAsync, and CISVAPISync.
-Public Member Functions | |
~CPhoneId () | |
void | DoStartRequestL () |
void | DoStartRequestL () |
Static Public Member Functions | |
static CPhoneId * | NewL (MExecSync *aController) |
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.
--Verifies that the running application is registered. -
Definition at line 34 of file CPhoneId.h.
-Definition at line 34 of file CPhoneId.h.
+CPhoneId::~CPhoneId | +CPhoneId::~CPhoneId | ( | -+ | ) | -+ |
Destructor. Cancels outstanding requests
+Destructor. Cancels outstanding requests.
--Destructor. Cancels outstanding requests
-Destructor. Cancels outstanding requests. -
Definition at line 39 of file CPhoneId.cpp.
+Definition at line 39 of file CPhoneId.cpp.
-
CPhoneId * CPhoneId::NewL | +CPhoneId * CPhoneId::NewL | ( | MExecSync * | -aController | +aController | ) | - [static] |
+ [static] |
-Factory constructor.
-
Factory constructor.
+aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 26 of file CPhoneId.cpp.
+Definition at line 26 of file CPhoneId.cpp.
void CPhoneId::DoStartRequestL | +void CPhoneId::DoStartRequestL | ( | -+ | ) | - [virtual] |
+ [virtual] |
Gets the phone ID by calling 3rd party API function CTelephony::GetPhoneId().
--Gets the phone ID by calling 3rd party API function CTelephony::GetPhoneId(). -
Reimplemented from CISVAPIBase.
+Reimplemented from CISVAPIBase.
-Definition at line 47 of file CPhoneId.cpp.
+Definition at line 47 of file CPhoneId.cpp.
CPhoneId * CPhoneId::NewL | +CPhoneId * CPhoneId::NewL | ( | MExecAsync * | -aController | +aController | ) | - [static] |
+ [static] |
-Factory constructor.
-
Factory constructor.
+aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 35 of file CPhoneId.cpp.
+Definition at line 35 of file CPhoneId.cpp.
void CPhoneId::DoStartRequestL | +void CPhoneId::DoStartRequestL | ( | -+ | ) | - [virtual] |
+ [virtual] |
Virtual function for completing the request to start. Empty method.
--Virtual function for completing the request to start. Empty method. -
Reimplemented from CISVAPIBase.
+Reimplemented from CISVAPIBase.
-
CTelephony::TPhoneIdV1 CPhoneId::iPhoneIdV1 | +CTelephony::TPhoneIdV1 CPhoneId::iPhoneIdV1 |
Stores the mobile phone identity information which is checked by the running application.
--Stores the mobile phone identity information which is checked by the running application. -
Definition at line 58 of file CPhoneId.h.
+Definition at line 58 of file CPhoneId.h.
-