Click or drag to resize
DtmfSignal Class
DTMF signal.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPDtmfSignal

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

The DtmfSignal type exposes the following members.

Constructors
  NameDescription
Public methodDtmfSignal
Initializes a new instance of the DtmfSignal class.
Top
Methods
Properties
  NameDescription
Public propertyDuration
Duration of the signal.
Public propertySignal
Numerical representation of the signal.
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