An object of this type is sent to your application when a stand alone DTMF decoder block detects incoming in-band DTMF tones. Supports both ON and OFF digit detection.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  LanScape..::.VoipMediaEngine..::.DTMF_DETECT_DATA

See Also