Click or drag to resize
DtmfSignal Constructor
Initializes a new instance of the DtmfSignal class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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