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.3.199.0
Syntax
public DtmfSignal(
	int signal,
	int duration
)

Parameters

signal
Type: SystemInt32
The DTMF tone.
duration
Type: SystemInt32
The duration of the DTMF tone.
See Also