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.4.54.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(DtmfInfo) 
Public methodEquals(Object)
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Top
See Also