Inherits CISVAPIAsync, CISVAPIAsync, and CISVAPIAsync.
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 |
Hang up the currently active call whose callId is specified as an argument to DoStartRequestL()
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 |
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 |
Hangs up the call specified in aCallId.
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 |