Inherits CISVAPIAsync.
Public Member Functions | |
~CSendDTMF () | |
void | DoStartRequestL (const TDesC &aNumber) |
Static Public Member Functions | |
static CSendDTMF * | NewL (MExecAsync *aController) |
Sends DTMF tones down the phone line to be retrieved by the remote party on the active call. Tones are specified as the argument to DoStartRequestL()
Definition at line 33 of file CSendDTMF.h.
CSendDTMF::~CSendDTMF | ( | ) |
Destructor. Cancels outstanding requests.
Definition at line 38 of file CSendDTMF.cpp.
CSendDTMF * CSendDTMF::NewL | ( | MExecAsync * | aController | ) | [static] |
Factory constructor.
aController | Pointer to MExecAsync object passed to constructor of CISVAPIBase |
Definition at line 26 of file CSendDTMF.cpp.
void CSendDTMF::DoStartRequestL | ( | const TDesC & | aNumber | ) | [virtual] |
Sends DTMF tones as specified in aNumber.
aNumber | Descriptor containing the DTMF tones to send |
Reimplemented from CISVAPIBase.
Definition at line 48 of file CSendDTMF.cpp.