Click or drag to resize

TouchTone(Int32) Constructor

Constructs a new TouchTone for specified touch tone key number.

Namespace: GSF.Media.Sound
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public TouchTone(
	int key
)
View Source

Parameters

key  Int32
Number of touch tone to create (note that * = 10 and # = 11).
Exceptions
ExceptionCondition
ArgumentExceptionkey is not a valid touch tone number.
See Also