GattOpenStatus 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public enum class GattOpenStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class GattOpenStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum GattOpenStatus
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattOpenStatus.unspecified
Public Enum GattOpenStatus
- 继承
-
GattOpenStatus
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|
应用功能 |
bluetooth
|
字段
AccessDenied | 5 | 拒绝访问。 |
AlreadyOpened | 2 | GATT 设备服务已打开。 |
NotFound | 3 | 找不到 GATT 设备服务。 |
SharingViolation | 4 | 存在共享冲突。 |
Success | 1 | 已成功打开 GATT 设备服务。 |
Unspecified | 0 | 错误。 |