GattOpenStatus 枚举

定义

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

错误。

适用于