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

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public InternalDtmfSignal(
	int currentEvent,
	bool endSignal,
	int volume,
	int duration
)

Parameters

currentEvent
Type: SystemInt32
endSignal
Type: SystemBoolean
volume
Type: SystemInt32
duration
Type: SystemInt32
See Also