GattDeviceService.Session 属性

定义

获取此 GATT 设备服务实例的会话。

public:
 property GattSession ^ Session { GattSession ^ get(); };
GattSession Session();
public GattSession Session { get; }
var gattSession = gattDeviceService.session;
Public ReadOnly Property Session As GattSession

属性值

此 GATT 设备服务实例的会话。

Windows 要求

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

适用于