diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_signal_info.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_signal_info.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,159 @@ + +
+Public Member Functions | |
~CSignalInfo () | |
void | DoStartRequestL () |
void | DoRequestNotificationL () |
Static Public Member Functions | |
static CSignalInfo * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TSignalStrengthV1 | iSignalStrengthV1 |
Definition at line 34 of file CSignalInfo.h.
+CSignalInfo::~CSignalInfo | +( | ++ | ) | ++ |
+Destructor. Cancels outstanding requests. +
Definition at line 38 of file CSignalInfo.cpp.
+ ++
CSignalInfo * CSignalInfo::NewL | +( | +MExecAsync * | +aController | +) | + [static] |
+
+Factory constructor.
+
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 25 of file CSignalInfo.cpp.
+ +void CSignalInfo::DoStartRequestL | +( | ++ | ) | + [virtual] |
+
+Gets the signal strength and stores it in the iSignalStrengthV1Pckg package. +
Reimplemented from CISVAPIBase.
+ +Definition at line 46 of file CSignalInfo.cpp.
+ +void CSignalInfo::DoRequestNotificationL | +( | ++ | ) | + [virtual] |
+
+Requests to receive notifications of change in the signal strength. +
Reimplemented from CISVAPIBase.
+ +Definition at line 117 of file CSignalInfo.cpp.
+ ++
CTelephony::TSignalStrengthV1 CSignalInfo::iSignalStrengthV1 | +
+Stores retrieved signal strength of phone. +
Definition at line 57 of file CSignalInfo.h.
+ ++