Click or drag to resize

DtmfInfo Class

Provides information about the DTMF events.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPDtmfInfo

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class DtmfInfo : EventArgs

The DtmfInfo type exposes the following members.

Constructors
  NameDescription
Public methodDtmfInfo
Initializes a new instance of the DtmfInfo class.
Top
Properties
  NameDescription
Public propertySignal
Gets the DTMF signal.
Public propertySignallingMode
Gets the signaling mode of the DTMF signal.
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(DtmfInfo)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Top
See Also