A reference to this class is passed to the media engine's main event handler VoipMediaEngine..::.SIPCALLBACKPROC whenever an incoming DTMF digit is detected. The contents of this class is used by application software to detect in-band and/or RFC2833 DTMF digit ON and OFF detections. Applications can access this data by processing the SipDtmfDigitEvent in the main media engine callback procedure.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public class DTMF_EVENT_DATA : IDisposable
Visual Basic (Declaration)
Public Class DTMF_EVENT_DATA _
	Implements IDisposable
Visual C++
public ref class DTMF_EVENT_DATA : IDisposable
J#
public class DTMF_EVENT_DATA implements IDisposable

Inheritance Hierarchy

System..::.Object
  LanScape..::.VoipMediaEngine..::.DTMF_EVENT_DATA

See Also