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 48 of file CSendDTMF.h.
CSendDTMF::~CSendDTMF | ( | ) |
Destructor. Cancels outstanding requests.
Definition at line 53 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 41 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 63 of file CSendDTMF.cpp.