Inherits CISVAPIAsync.
Public Member Functions | |
~CGetIndicator () | |
void | DoStartRequestL () |
void | DoRequestNotificationL () |
Static Public Member Functions | |
static CGetIndicator * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TIndicatorV1 | iIndicatorV1 |
Retrieves a bitmask pertaining to data on the current state of the network connection, whether the battery charger is connected and whether there is an active call or not. Can be notified on change.
Definition at line 49 of file CGetIndicator.h.
CGetIndicator::~CGetIndicator | ( | ) |
Destructor. Cancels outstanding requests.
Definition at line 53 of file CGetIndicator.cpp.
CGetIndicator * CGetIndicator::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 40 of file CGetIndicator.cpp.
void CGetIndicator::DoStartRequestL | ( | ) | [virtual] |
Gets the indicator information (information regarding whether the battery charger is connected and stores it in the iIndicatorV1Pckg package.
Reimplemented from CISVAPIBase.
Definition at line 62 of file CGetIndicator.cpp.
void CGetIndicator::DoRequestNotificationL | ( | ) | [virtual] |
Requests to receive notifications of change in the indicator information.
Reimplemented from CISVAPIBase.
Definition at line 143 of file CGetIndicator.cpp.
CTelephony::TIndicatorV1 CGetIndicator::iIndicatorV1 |
Stores retrieved indicator information.
Definition at line 72 of file CGetIndicator.h.