GattSharingMode 枚举

定义

此枚举表示 GATT 共享模式。

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

Windows 要求

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

字段

Exclusive 1

共享模式是独占的。

SharedReadAndWrite 3

共享模式为读取和写入。

SharedReadOnly 2

共享模式是只读的。

Unspecified 0

共享模式未指定。

适用于