Inherits CISVAPIAsync, CISVAPIAsync, and CISVAPIAsync.
Public Member Functions | |
~CNetworkRegInfo () | |
void | DoStartRequestL () |
void | DoRequestNotificationL () |
void | StartRequestL () |
void | RequestNotificationL () |
void | DoStartRequestL () |
void | DoRequestNotificationL () |
Static Public Member Functions | |
static CNetworkRegInfo * | NewL (MExecAsync *aController) |
static CNetworkRegInfo * | NewL (MExecAsync *aController) |
static CNetworkRegInfo * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TNetworkRegistrationV1 | iNetworkRegV1 |
Obtains the current registration status of the phone. Can be notified on change.
Definition at line 31 of file CNetworkRegInfo.h.
CNetworkRegInfo::~CNetworkRegInfo | ( | ) |
Destructor. Calls Cancel() to cancel outstanding requests.
Destructor. Cancels outstanding requests.
Destructor.
Definition at line 37 of file CNetworkRegInfo.cpp.
CNetworkRegInfo * CNetworkRegInfo::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 25 of file CNetworkRegInfo.cpp.
void CNetworkRegInfo::DoStartRequestL | ( | ) | [virtual] |
Kicks off request.
Gets the network registration status and stores it in the iNetworkRegV1Pckg package.
Reimplemented from CISVAPIBase.
Definition at line 45 of file CNetworkRegInfo.cpp.
void CNetworkRegInfo::DoRequestNotificationL | ( | ) | [virtual] |
Requests to receive notifications of change in the network registration information.
Requests to receive notifications of changes in the network registration status.
Reimplemented from CISVAPIBase.
Definition at line 143 of file CNetworkRegInfo.cpp.
void CNetworkRegInfo::StartRequestL | ( | ) |
Gets the network registration status and stores it in the iNetworkRegV1Pckg package.
Reimplemented from CISVAPIBase.
Definition at line 48 of file CNetworkRegInfo.cpp.
void CNetworkRegInfo::RequestNotificationL | ( | ) |
Requests to receive notifications of changes in the network registration status.
Reimplemented from CISVAPIBase.
Definition at line 139 of file CNetworkRegInfo.cpp.
void CNetworkRegInfo::DoStartRequestL | ( | ) | [virtual] |
Virtual function for completing the request to start. Empty method.
Reimplemented from CISVAPIBase.
void CNetworkRegInfo::DoRequestNotificationL | ( | ) | [virtual] |
Virtual function for completing the notification request. Empty method.
Reimplemented from CISVAPIBase.
CTelephony::TNetworkRegistrationV1 CNetworkRegInfo::iNetworkRegV1 |
Stores the network registration status retrieved.
Stores the retrieved network registration information.
Stores retrieved network registration information.
Definition at line 53 of file CNetworkRegInfo.h.