diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_line_status.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_line_status.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,273 @@ + +
+Public Member Functions | |
~CLineStatus () | |
void | DoStartRequestL () |
void | DoRequestNotificationL () |
void | DoStartRequestL () |
void | DoRequestNotificationL () |
void | DoStartRequestL () |
void | DoRequestNotificationL () |
Static Public Member Functions | |
static CLineStatus * | NewL (MExecAsync *aController) |
+static CLineStatus * | NewL (MExecAsync *aController) |
+static CLineStatus * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TCallStatusV1 | iLineStatusV1 |
Definition at line 32 of file CLineStatus.h.
+CLineStatus::~CLineStatus | +( | ++ | ) | ++ |
+Destructor. Cancels outstanding requests. +
Definition at line 37 of file CLineStatus.cpp.
+ ++
CLineStatus * CLineStatus::NewL | +( | +MExecAsync * | +aController | +) | + [static] |
+
+Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
+
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 24 of file CLineStatus.cpp.
+ +void CLineStatus::DoStartRequestL | +( | ++ | ) | + [virtual] |
+
+Gets the current line status and displays it to the console.
+Gets the line status of the voice line, stores the result in iLineStatusV1Pckg and displays the result to the console.
+Gets the line status of the voice line, stores the result in iLineStatusV1Pckg and displays the result to the console. +
Reimplemented from CISVAPIBase.
+ +Definition at line 45 of file CLineStatus.cpp.
+ +void CLineStatus::DoRequestNotificationL | +( | ++ | ) | + [virtual] |
+
+Registers interest in receiving change notifications of the line status by calling CTelephony::NotifyChange().
+Requests to receive notifications of change in the voice line status.
+Requests to receive notifications of change in the voice line status. +
Reimplemented from CISVAPIBase.
+ +Definition at line 174 of file CLineStatus.cpp.
+ +void CLineStatus::DoStartRequestL | +( | ++ | ) | + [virtual] |
+
+Virtual function for completing the request to start. Empty method. +
Reimplemented from CISVAPIBase.
+ +void CLineStatus::DoRequestNotificationL | +( | ++ | ) | + [virtual] |
+
+Virtual function for completing the notification request. Empty method. +
Reimplemented from CISVAPIBase.
+ +void CLineStatus::DoStartRequestL | +( | ++ | ) | + [virtual] |
+
+Virtual function for completing the request to start. Empty method. +
Reimplemented from CISVAPIBase.
+ +void CLineStatus::DoRequestNotificationL | +( | ++ | ) | + [virtual] |
+
+Virtual function for completing the notification request. Empty method. +
Reimplemented from CISVAPIBase.
+ ++
CTelephony::TCallStatusV1 CLineStatus::iLineStatusV1 | +
+Instance of CTelephony::TCallStatusV1 to store the retrieved line status.
+Stores retrieved current line status of the voice line.
+Store the retrieved line status. +
Definition at line 55 of file CLineStatus.h.
+ ++