Click or drag to resize

TouchToneKey Enumeration

Touch tone key enumeration.

Namespace: GSF.Media.Sound
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public enum TouchToneKey
Members
Member nameValueDescription
Zero0Represents the number "0" on a touch tone key pad.
One1Represents the number "1" on a touch tone key pad.
Two2Represents the number "2" on a touch tone key pad.
Three3Represents the number "3" on a touch tone key pad.
Four4Represents the number "4" on a touch tone key pad.
Five5Represents the number "5" on a touch tone key pad.
Six6Represents the number "6" on a touch tone key pad.
Seven7Represents the number "7" on a touch tone key pad.
Eight8Represents the number "8" on a touch tone key pad.
Nine9Represents the number "9" on a touch tone key pad.
Asterisk10Represents the "*" key on a touch tone key pad.
Pound11Represents the "#" key on a touch tone key pad.
See Also