PhoneLineOperationStatus 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.
Defines constants that specify the operation status of a phone line.
public enum class PhoneLineOperationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 393216)]
enum class PhoneLineOperationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 393216)]
public enum PhoneLineOperationStatus
var value = Windows.ApplicationModel.Calls.PhoneLineOperationStatus.succeeded
Public Enum PhoneLineOperationStatus
- Inheritance
-
PhoneLineOperationStatus
- Attributes
Windows requirements
Device family |
Windows 10, version 2104 (introduced in 10.0.20348.0)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v6.0)
|
App capabilities |
phoneCall
|
Fields
Succeeded | 0 | Specifies succeess. |
OtherFailure | 1 | Specifies some other failure. |
TimedOut | 2 | Specifies a timeout. |
ConnectionLost | 3 | Specifies a failure because the Bluetooth Hands-Free Profile (HFP) connection between phone and PC was lost. |
InvalidCallState | 4 | Specifies that an invlid call state occurred. |