共用方式為


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

未指定共用模式。

適用於