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 current area code. Can be notified on change.
Definition at line 33 of file CCurrentNetworkInfo.h.
CCurrentNetworkInfo::~CCurrentNetworkInfo | ( | ) |
Destructor. Cancels outstanding requests.
Definition at line 39 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 26 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 48 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 140 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 56 of file CCurrentNetworkInfo.h.