Click or drag to resize

DtmfSignal Class

DTMF signal.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPDtmfSignal

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

The DtmfSignal type exposes the following members.

Constructors
  NameDescription
Public methodDtmfSignal
Initializes a new instance of the DtmfSignal class.
Top
Properties
  NameDescription
Public propertyDuration
Duration of the signal.
Public propertySignal
Numerical representation of the signal.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified DtmfSignal is equal to the current DtmfSignal.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Top
Remarks
The DTMF signals can be used for interactins between the communication parties. You can only send or receive a DTMF signal on a Call object. Every DTMF signal has a certain frequency and duration.
See Also