Inherits CISVAPIAsync.
Public Member Functions | |
~CCurrentNetworkName () | |
void | DoStartRequestL () |
Static Public Member Functions | |
static CCurrentNetworkName * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TNetworkNameV1 | iCurrentNetworkNameV1 |
Retrieves the network the SIM is registered to.
Definition at line 32 of file CCurrentNetworkName.h.
CCurrentNetworkName::~CCurrentNetworkName | ( | ) |
Destructor. Cancels outstanding requests.
Definition at line 38 of file CCurrentNetworkName.cpp.
CCurrentNetworkName * CCurrentNetworkName::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 25 of file CCurrentNetworkName.cpp.
void CCurrentNetworkName::DoStartRequestL | ( | ) | [virtual] |
Gets the current network name and stores it in the iCurrentNetworkNameV1Pckg package.
Reimplemented from CISVAPIBase.
Definition at line 47 of file CCurrentNetworkName.cpp.
CTelephony::TNetworkNameV1 CCurrentNetworkName::iCurrentNetworkNameV1 |
Stores the retrieved current network name information.
Definition at line 54 of file CCurrentNetworkName.h.