class MCCEDtmfObserver |
Observer interface for handling Dtmf events
Public Member Functions | |
---|---|
void | HandleDTMFEvent (const MCCEDtmfObserver::TCCEDtmfEvent , const TInt , const TChar ) |
Public Member Enumerations | |
---|---|
enum |
TCCEDtmfEvent
{
ECCEDtmfUnknown = 0, ECCEDtmfManualStart = 5, ECCEDtmfManualStop = 6, ECCEDtmfManualAbort = 7, ECCEDtmfSequenceStart = 9, ECCEDtmfSequenceStop = 10, ECCEDtmfSequenceAbort = 11, ECCEDtmfStopInDtmfString , ECCEDtmfStringSendingCompleted } |
void | HandleDTMFEvent | ( | const MCCEDtmfObserver::TCCEDtmfEvent | aEvent, |
const TInt | aError, | |||
const TChar | aTone | |||
) | [pure virtual] |
All the occurred DTMF events are notified through this interface
const MCCEDtmfObserver::TCCEDtmfEvent aEvent | Event code |
const TInt aError | Error code |
const TChar aTone | tone |
Dtmf events
ECCEDtmfUnknown = 0 | |
ECCEDtmfManualStart = 5 | |
ECCEDtmfManualStop = 6 | |
ECCEDtmfManualAbort = 7 | |
ECCEDtmfSequenceStart = 9 | |
ECCEDtmfSequenceStop = 10 | |
ECCEDtmfSequenceAbort = 11 | |
ECCEDtmfStopInDtmfString | |
ECCEDtmfStringSendingCompleted |
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.