BluetoothError 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定常见的蓝牙错误情况。
public enum class BluetoothError
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class BluetoothError
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum BluetoothError
var value = Windows.Devices.Bluetooth.BluetoothError.success
Public Enum BluetoothError
- 继承
-
BluetoothError
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
应用功能 |
bluetooth
|
字段
ConsentRequired | 8 | 操作需要同意。 |
DeviceNotConnected | 3 | 无法完成操作,因为远程设备未连接。 |
DisabledByPolicy | 5 | 操作被策略禁用。 |
DisabledByUser | 7 | 操作被用户禁用。 |
NotSupported | 6 | 当前蓝牙无线电硬件不支持该操作。 |
OtherError | 4 | 发生意外错误。 |
RadioNotAvailable | 1 | 蓝牙无线电不可用。 当蓝牙无线电已关闭时,会发生此错误。 |
ResourceInUse | 2 | 无法为操作提供服务,因为当前正在使用必要的资源。 |
Success | 0 | 操作已成功完成或已提供服务。 |
TransportNotSupported | 9 | 不支持传输。 |
注解
版本历史记录
Windows 版本 | SDK 版本 | 增值 |
---|---|---|
1511 | 10586 | DisabledByUser |
1607 | 14393 | ConsentRequired |
1703 | 15063 | TransportNotSupported |