GattCommunicationStatus 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public enum class GattCommunicationStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GattCommunicationStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GattCommunicationStatus
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattCommunicationStatus.success
Public Enum GattCommunicationStatus
- 继承
-
GattCommunicationStatus
- 属性
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
|
字段
AccessDenied | 3 | 拒绝访问。 |
ProtocolError | 2 | 出现 GATT 通信协议错误。 |
Success | 0 | 操作已成功完成。 |
Unreachable | 1 | 目前无法与设备执行任何通信。 |
注解
版本历史记录
Windows 版本 | SDK 版本 | 增值 |
---|---|---|
1703 | 15063 | AccessDenied |
1703 | 15063 | ProtocolError |