Click or drag to resize
DtmfInfo Class
Provides information about the DTMF events.
Inheritance Hierarchy

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class DtmfInfo : EventArgs, IEquatable<DtmfInfo>

The DtmfInfo type exposes the following members.

Constructors
  NameDescription
Public methodDtmfInfo
Initializes a new instance of the DtmfInfo class.
Top
Methods
Properties
  NameDescription
Public propertySignal
Gets the DTMF signal.
Public propertySignallingMode
Gets the signaling mode of the DTMF signal.
Top
See Also