diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_subscriber_id.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_subscriber_id.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_subscriber_id.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,134 +1,123 @@ - -
-Inherits CISVAPISync.
-Public Member Functions | |
~CSubscriberId () | |
void | DoStartRequestL () |
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.
-Definition at line 34 of file CSubscriberId.h.
+CSubscriberId::~CSubscriberId | +CSubscriberId::~CSubscriberId | ( | -+ | ) | -+ |
Destructor. Cancels outstanding requests.
--Destructor. Cancels outstanding requests. -
Definition at line 39 of file CSubscriberId.cpp.
+Definition at line 39 of file CSubscriberId.cpp.
-
CSubscriberId * CSubscriberId::NewL | +CSubscriberId * CSubscriberId::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 CSubscriberId.cpp.
+Definition at line 26 of file CSubscriberId.cpp.
void CSubscriberId::DoStartRequestL | +void CSubscriberId::DoStartRequestL | ( | -+ | ) | - [virtual] |
+ [virtual] |
Gets the subscriber Id by calling 3rd party API function CTelephony::GetSubscriberId() and stores it in the iSubscripberIdV1Pckg package.
--Gets the subscriber Id by calling 3rd party API function CTelephony::GetSubscriberId() and stores it in the iSubscripberIdV1Pckg package. -
Reimplemented from CISVAPIBase.
+Reimplemented from CISVAPIBase.
-Definition at line 48 of file CSubscriberId.cpp.
+Definition at line 48 of file CSubscriberId.cpp.
-
CTelephony::TSubscriberIdV1 CSubscriberId::iSubscriberIdV1 | +CTelephony::TSubscriberIdV1 CSubscriberId::iSubscriberIdV1 |
Stores retrieved subscriber (IMSI) ID.
--Stores retrieved subscriber (IMSI) ID. -
Definition at line 56 of file CSubscriberId.h.
+Definition at line 56 of file CSubscriberId.h.
-