GattSessionStatus 枚举

定义

此枚举定义 GattSession 状态。

public enum class GattSessionStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class GattSessionStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum GattSessionStatus
var value = Windows.Devices.Bluetooth.GenericAttributeProfile.GattSessionStatus.closed
Public Enum GattSessionStatus
继承
GattSessionStatus
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
应用功能
bluetooth

字段

Active 1

GATT 会话处于活动状态。

Closed 0

GATT 会话已关闭。

适用于