次の方法で共有


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

適用対象