TelephonyKey
TelephonyKey
TelephonyKey
TelephonyKey
Enum
Definition
Indicates the keypad button that was pressed on a telephony device.
public : enum class TelephonyKeypublic enum TelephonyKeyPublic Enum TelephonyKey// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Media.Devices.CallControlContract (introduced v1)
|
Fields
| A A A A | Keypad button A. |
| B B B B | Keypad button B. |
| C C C C | Keypad button C. |
| D D D D | Keypad button D. |
| D0 D0 D0 D0 | The "0" keypad button. |
| D1 D1 D1 D1 | The "1" keypad button. |
| D2 D2 D2 D2 | The "2" keypad button. |
| D3 D3 D3 D3 | The "3" keypad button. |
| D4 D4 D4 D4 | The "4" keypad button. |
| D5 D5 D5 D5 | The "5" keypad button. |
| D6 D6 D6 D6 | The "6" keypad button. |
| D7 D7 D7 D7 | The "7" keypad button. |
| D8 D8 D8 D8 | The "8" keypad button. |
| D9 D9 D9 D9 | The "9" keypad button. |
| Pound Pound Pound Pound | The "#" keypad button. |
| Star Star Star Star | The "*" keypad button. |