Click or drag to resize

DtmfSignal Constructor

Initializes a new instance of the DtmfSignal class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public DtmfSignal(
	int signal,
	int duration
)

Parameters

signal  Int32
The DTMF tone.
duration  Int32
The duration of the DTMF tone.
See Also