CellularDtmfMode 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 type of dual tone multi-frequency (DTMF) used by a cellular phone.
public enum class CellularDtmfMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
enum class CellularDtmfMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
public enum CellularDtmfMode
var value = Windows.ApplicationModel.Calls.CellularDtmfMode.continuous
Public Enum CellularDtmfMode
- Inheritance
-
CellularDtmfMode
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v1.0)
|
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|
Fields
Name | Value | Description |
---|---|---|
Continuous | 0 | Tones are sent in a continuous fashion, meaning the tone should only stop when the button is released. |
Burst | 1 | Tones are sent in a burst fashion. |