Click or drag to resize
WaitForDigitCommand Constructor (Int32)
Creates a new WaitForDigitCommand.

Namespace: AsterNET.FastAGI.Command
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WaitForDigitCommand(
	int timeout
)

Parameters

timeout
Type: SystemInt32
the milliseconds to wait for the channel to receive a DTMF digit.
See Also