GattDeviceService.SharingMode 属性

定义

获取此 GATT 设备服务实例的共享模式。

public:
 property GattSharingMode SharingMode { GattSharingMode get(); };
GattSharingMode SharingMode();
public GattSharingMode SharingMode { get; }
var gattSharingMode = gattDeviceService.sharingMode;
Public ReadOnly Property SharingMode As GattSharingMode

属性值

此 GATT 设备服务实例的共享模式。

Windows 要求

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

适用于