Click or drag to resize

TouchTone(Char) Constructor

Constructs a new TouchTone for specified touch tone key character.

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

Parameters

key  Char
Character of touch tone to create.
Exceptions
ExceptionCondition
ArgumentExceptionkey is not a valid touch tone character.
See Also