次の方法で共有


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

適用対象