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.282-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.

The TouchToneKey type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name if no description is available.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also