TelephonyKey Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the keypad button that was pressed on a telephony device.
public enum class TelephonyKey
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Devices.CallControlContract, 65536)]
enum class TelephonyKey
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Devices.CallControlContract), 65536)]
public enum TelephonyKey
var value = Windows.Media.Devices.TelephonyKey.d0
Public Enum TelephonyKey
- Inheritance
-
TelephonyKey
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Media.Devices.CallControlContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
D0 | 0 | The "0" keypad button. |
D1 | 1 | The "1" keypad button. |
D2 | 2 | The "2" keypad button. |
D3 | 3 | The "3" keypad button. |
D4 | 4 | The "4" keypad button. |
D5 | 5 | The "5" keypad button. |
D6 | 6 | The "6" keypad button. |
D7 | 7 | The "7" keypad button. |
D8 | 8 | The "8" keypad button. |
D9 | 9 | The "9" keypad button. |
Star | 10 | The "*" keypad button. |
Pound | 11 | The "#" keypad button. |
A | 12 | Keypad button A. |
B | 13 | Keypad button B. |
C | 14 | Keypad button C. |
D | 15 | Keypad button D. |