diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_hangup.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_hangup.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,231 @@ + +
+Public Member Functions | |
~CHangup () | |
void | DoStartRequestL (CTelephony::TCallId aCallId) |
void | DoStartRequestL (CTelephony::TCallId aCallId) |
void | DoStartRequestL (CTelephony::TCallId aCallId) |
Static Public Member Functions | |
static CHangup * | NewL (MExecAsync *aController) |
+static CHangup * | NewL (MExecAsync *aController) |
+static CHangup * | NewL (MExecAsync *aController) |
Public Attributes | |
CTelephony::TCallId | iCallId |
+Hangs up the current active call with the callId specified as an argument to DoStartRequestL().
+Hangs up the currently active call with the callId specified as an argument to DoStartRequestL(). +
Definition at line 30 of file CHangup.h.
+CHangup::~CHangup | +( | ++ | ) | ++ |
+Destructor. Cancels outstanding requests.
+Destructor. Cancels outstanding requests +
Definition at line 37 of file CHangup.cpp.
+ ++
CHangup * CHangup::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 CHangup.cpp.
+ +void CHangup::DoStartRequestL | +( | +CTelephony::TCallId | +aCallId | +) | + [virtual] |
+
+Hangs up call specified in aCallId.
aCallId | Call ID of call to hang up |
+
aCallId | Call ID of call to hang up |
+
aCallId | Call ID of call to hang up |
Reimplemented from CISVAPIBase.
+ +Definition at line 46 of file CHangup.cpp.
+ +void CHangup::DoStartRequestL | +( | +CTelephony::TCallId | +aCallId | +) | + [virtual] |
+
+Virtual function for completing the request to start. Empty method.
+
aCallId | A call identifier to perform Etel Third Party operations on |
Reimplemented from CISVAPIBase.
+ +void CHangup::DoStartRequestL | +( | +CTelephony::TCallId | +aCallId | +) | + [virtual] |
+
+Virtual function for completing the request to start. Empty method.
+
aCallId | A call identifier to perform Etel Third Party operations on |
Reimplemented from CISVAPIBase.
+ ++
CTelephony::TCallId CHangup::iCallId | +
+