diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_line_status.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_line_status.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_line_status.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,273 +1,238 @@ - - -TB10.1 Example Applications: CLineStatus Class Reference - - - - -

CLineStatus Class Reference

-Inheritance diagram for CLineStatus:
-
- -

- -CISVAPIAsync -CISVAPIAsync -CISVAPIAsync -CISVAPIBase -CISVAPIBase -CISVAPIBase - -
- -

-List of all members. - - - + + + + +TB9.2 Example Applications: CLineStatus Class Reference + + + + + +
+

CLineStatus Class Reference

+

Inherits CISVAPIAsync, CISVAPIAsync, and CISVAPIAsync.

-
- - - - - - - - - - - - - +

List of all members.

+

Public Member Functions

 ~CLineStatus ()
void DoStartRequestL ()
void DoRequestNotificationL ()
void DoStartRequestL ()
void DoRequestNotificationL ()
void DoStartRequestL ()
void DoRequestNotificationL ()

Static Public Member Functions

static CLineStatusNewL (MExecAsync *aController)
+ + + + + + + + + + + + + + +

Public Member Functions

 ~CLineStatus ()
void DoStartRequestL ()
void DoRequestNotificationL ()
void DoStartRequestL ()
void DoRequestNotificationL ()
void DoStartRequestL ()
void DoRequestNotificationL ()

Static Public Member Functions

static CLineStatusNewL (MExecAsync *aController)
+static CLineStatusNewL (MExecAsync *aController)
+static CLineStatusNewL (MExecAsync *aController)

Public Attributes

CTelephony::TCallStatusV1 iLineStatusV1
+


Detailed Description

+

Retrieves data pertaining to the current status of the voice line. Can be notified on change.

- -static CLineStatusNewL (MExecAsync *aController) - - -static CLineStatusNewL (MExecAsync *aController) - -

Public Attributes

-CTelephony::TCallStatusV1 iLineStatusV1 - - -

Detailed Description

-Retrieves data pertaining to the current status of the voice line. Can be notified on change. -

Definition at line 32 of file CLineStatus.h.

-

Constructor & Destructor Documentation

- +

Definition at line 32 of file CLineStatus.h.

+

Constructor & Destructor Documentation

+
- + - + - +
CLineStatus::~CLineStatus CLineStatus::~CLineStatus (  ) 
+

Destructor. Cancels outstanding requests.

-

-Destructor. Cancels outstanding requests. -

Definition at line 37 of file CLineStatus.cpp.

+

Definition at line 37 of file CLineStatus.cpp.

-

-


Member Function Documentation

- + +

Member Function Documentation

+
- + - + - +
CLineStatus * CLineStatus::NewL CLineStatus * CLineStatus::NewL ( MExecAsync aController aController  )  [static] [static]
- -

-Factory constructor.

Parameters:
+

Factory constructor.

+
Parameters:
aController Pointer to MExecAsync object passed to constructor of CISVAPIBase
+
-
Returns:
Instance of CLineStatus class
-Factory constructor.

-

Parameters:
- - -
aController Pointer to MExecAsync object passed to constructor of CISVAPIBase
-
-
Returns:
Instance of CLineStatus class
+
Returns:
Instance of CLineStatus class
-

Definition at line 24 of file CLineStatus.cpp.

+

Definition at line 24 of file CLineStatus.cpp.

-

- + +

- + - + - +
void CLineStatus::DoStartRequestL void CLineStatus::DoStartRequestL (  )  [virtual] [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 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.

+

Reimplemented from CISVAPIBase.

-

Definition at line 45 of file CLineStatus.cpp.

+

Definition at line 45 of file CLineStatus.cpp.

-

- + +

- + - + - +
void CLineStatus::DoRequestNotificationL void CLineStatus::DoRequestNotificationL (  )  [virtual] [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.

-

-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.

+

Reimplemented from CISVAPIBase.

-

Definition at line 174 of file CLineStatus.cpp.

+

Definition at line 174 of file CLineStatus.cpp.

-

- + +

- + - + - +
void CLineStatus::DoStartRequestL void CLineStatus::DoStartRequestL (  )  [virtual] [virtual]
+

Virtual function for completing the request to start. Empty method.

-

-Virtual function for completing the request to start. Empty method. -

Reimplemented from CISVAPIBase.

+

Reimplemented from CISVAPIBase.

-

- + +

- + - + - +
void CLineStatus::DoRequestNotificationL void CLineStatus::DoRequestNotificationL (  )  [virtual] [virtual]
+

Virtual function for completing the notification request. Empty method.

-

-Virtual function for completing the notification request. Empty method. -

Reimplemented from CISVAPIBase.

+

Reimplemented from CISVAPIBase.

-

- + +

- + - + - +
void CLineStatus::DoStartRequestL void CLineStatus::DoStartRequestL (  )  [virtual] [virtual]
+

Virtual function for completing the request to start. Empty method.

-

-Virtual function for completing the request to start. Empty method. -

Reimplemented from CISVAPIBase.

+

Reimplemented from CISVAPIBase.

-

- + +

- + - + - +
void CLineStatus::DoRequestNotificationL void CLineStatus::DoRequestNotificationL (  )  [virtual] [virtual]
+

Virtual function for completing the notification request. Empty method.

-

-Virtual function for completing the notification request. Empty method. -

Reimplemented from CISVAPIBase.

+

Reimplemented from CISVAPIBase.

-

-


Member Data Documentation

- + +

Member Data Documentation

+
- +
CTelephony::TCallStatusV1 CLineStatus::iLineStatusV1 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.

-

-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.

+

Definition at line 55 of file CLineStatus.h.

-

-


Generated on Thu Jan 21 10:33:06 2010 for TB10.1 Example Applications by  + + +
Generated by  -doxygen 1.5.3
+doxygen 1.6.2