PhoneLineTransport Enum

Definition

The transport used by a particular phone line.

public enum class PhoneLineTransport
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
enum class PhoneLineTransport
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
public enum PhoneLineTransport
var value = Windows.ApplicationModel.Calls.PhoneLineTransport.cellular
Public Enum PhoneLineTransport
Inheritance
PhoneLineTransport
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

Bluetooth 2

The phone line uses a bluetooth transport.

Cellular 0

The phone line uses a cellular transport.

VoipApp 1

The phone line uses a voice over IP transport.

Remarks

Version history

Windows version SDK version Value added
1903 18362 Bluetooth

Applies to