Inherits CISVAPIAsync, and CISVAPIAsync.
Public Member Functions | |
~CCurrentNetworkInfo () | |
void | DoStartRequestL () |
void | DoRequestNotificationL () |
void | DoStartRequestL () |
void | DoRequestNotificationL () |
Static Public Member Functions | |
static CCurrentNetworkInfo * | NewL (MExecAsync *aController) |
static CCurrentNetworkInfo * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TNetworkInfoV1 | iCurrentNetworkInfoV1 |
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.
CCurrentNetworkInfo::~CCurrentNetworkInfo | ( | ) |
Destructor. Cancels outstanding requests.
Definition at line 54 of file CCurrentNetworkInfo.cpp.
CCurrentNetworkInfo * CCurrentNetworkInfo::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
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.
CTelephony::TNetworkInfoV1 CCurrentNetworkInfo::iCurrentNetworkInfoV1 |
Stores retrieved network information.
Definition at line 71 of file CCurrentNetworkInfo.h.