CCurrentNetworkInfo Class Reference

Inherits CISVAPIAsync, and CISVAPIAsync.

List of all members.

Public Member Functions

 ~CCurrentNetworkInfo ()
void DoStartRequestL ()
void DoRequestNotificationL ()
void DoStartRequestL ()
void DoRequestNotificationL ()

Static Public Member Functions

static CCurrentNetworkInfoNewL (MExecAsync *aController)
static CCurrentNetworkInfoNewL (MExecAsync *aController)

Public Attributes

CTelephony::TNetworkInfoV1 iCurrentNetworkInfoV1

Detailed Description

Retrieves information about the current network including Cell ID and the current area code. Can be notified on change.

Retrieves information about the current network including Cell ID and current area code. Can be notified on change.

Definition at line 48 of file CCurrentNetworkInfo.h.


Constructor & Destructor Documentation

CCurrentNetworkInfo::~CCurrentNetworkInfo (  ) 

Destructor. Cancels outstanding requests.

Definition at line 54 of file CCurrentNetworkInfo.cpp.


Member Function Documentation

CCurrentNetworkInfo * CCurrentNetworkInfo::NewL ( MExecAsync aController  )  [static]

Factory constructor.

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

Definition at line 41 of file CCurrentNetworkInfo.cpp.

void CCurrentNetworkInfo::DoStartRequestL (  )  [virtual]

Gets the current network information and stores it in the iCurrentNetworkInfoV1Pckg package.

Reimplemented from CISVAPIBase.

Definition at line 63 of file CCurrentNetworkInfo.cpp.

void CCurrentNetworkInfo::DoRequestNotificationL (  )  [virtual]

Requests to receive notifications of change in the current network information.

Reimplemented from CISVAPIBase.

Definition at line 155 of file CCurrentNetworkInfo.cpp.

void CCurrentNetworkInfo::DoStartRequestL (  )  [virtual]

Virtual function for completing the request to start. Empty method.

Reimplemented from CISVAPIBase.

void CCurrentNetworkInfo::DoRequestNotificationL (  )  [virtual]

Virtual function for completing the notification request. Empty method.

Reimplemented from CISVAPIBase.


Member Data Documentation

CTelephony::TNetworkInfoV1 CCurrentNetworkInfo::iCurrentNetworkInfoV1

Stores retrieved network information.

Definition at line 71 of file CCurrentNetworkInfo.h.


Generated by  doxygen 1.6.2