class MCCPDTMFObserver |
CCP DTMF related events observer class. This class is used for notifying DTMF specific events.
Public Member Functions | |
---|---|
void | HandleDTMFEvent(const MCCPDTMFObserver::TCCPDtmfEvent, const TInt, const TChar) |
Protected Member Functions | |
---|---|
~MCCPDTMFObserver() |
Public Member Enumerations | |
---|---|
enum | TCCPDtmfEvent { ECCPDtmfUnknown = 0, ECCPDtmfManualStart = 5, ECCPDtmfManualStop = 6, ECCPDtmfManualAbort = 7, ECCPDtmfSequenceStart = 9, ECCPDtmfSequenceStop = 10, ECCPDtmfSequenceAbort = 11, ECCPDtmfStopInDtmfString, ECCPDtmfStringSendingCompleted } |
~MCCPDTMFObserver | ( | ) | [protected, inline, virtual] |
void | HandleDTMFEvent | ( | const MCCPDTMFObserver::TCCPDtmfEvent | aEvent, |
const TInt | aError, | |||
const TChar | aTone | |||
) | const [pure virtual] |
const MCCPDTMFObserver::TCCPDtmfEvent aEvent | Event type |
const TInt aError | Error code |
const TChar aTone | Character |
DTMF Events
ECCPDtmfUnknown = 0 |
Unknown |
ECCPDtmfManualStart = 5 |
DTMF sending started manually |
ECCPDtmfManualStop = 6 |
DTMF sending stopped manually |
ECCPDtmfManualAbort = 7 |
DTMF sending aborted manually |
ECCPDtmfSequenceStart = 9 |
Automatic DTMF sending initialized |
ECCPDtmfSequenceStop = 10 |
Automatic DTMF sending stopped |
ECCPDtmfSequenceAbort = 11 |
Automatic DTMF sending aborted |
ECCPDtmfStopInDtmfString |
There was stop mark in DTMF string |
ECCPDtmfStringSendingCompleted |
DTMF sending completed succesfully |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.