CSubscriberId Class Reference

Inherits CISVAPISync.

List of all members.

Public Member Functions

 ~CSubscriberId ()
void DoStartRequestL ()

Static Public Member Functions

static CSubscriberIdNewL (MExecSync *aController)

Public Attributes

CTelephony::TSubscriberIdV1 iSubscriberIdV1

Detailed Description

Retrieves and communicates information pertaining to the sim card currently present in the phone.

Definition at line 49 of file CSubscriberId.h.


Constructor & Destructor Documentation

CSubscriberId::~CSubscriberId (  ) 

Destructor. Cancels outstanding requests.

Definition at line 54 of file CSubscriberId.cpp.


Member Function Documentation

CSubscriberId * CSubscriberId::NewL ( MExecSync aController  )  [static]

Factory constructor.

Parameters:
aController Pointer to MExecAsync object passed to constructor of CISVAPIBase
Returns:
Instance of CSubscriberId class

Definition at line 41 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 63 of file CSubscriberId.cpp.


Member Data Documentation

CTelephony::TSubscriberIdV1 CSubscriberId::iSubscriberIdV1

Stores retrieved subscriber (IMSI) ID.

Definition at line 71 of file CSubscriberId.h.


Generated by  doxygen 1.6.2