次の方法で共有


GattServiceProviderTrigger クラス

定義

バックグラウンドで永続化できる汎用属性 (GATT) サービスを構築します。

public ref class GattServiceProviderTrigger sealed : IBackgroundTrigger
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class GattServiceProviderTrigger final : IBackgroundTrigger
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class GattServiceProviderTrigger : IBackgroundTrigger
Public NotInheritable Class GattServiceProviderTrigger
Implements IBackgroundTrigger
継承
Object Platform::Object IInspectable GattServiceProviderTrigger
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

注釈

GATT は、接続された Bluetooth 低エネルギー (LE) デバイスに公開される階層データ構造を定義します。

プロパティ

AdvertisingParameters

無線が接続または検出可能かどうかを制御するアドバタイズ パラメーターを取得します。

Service

このトリガーに関連付けられているサービスを取得します。

TriggerId

トリガー識別子を取得します。

メソッド

CreateAsync(String, Guid)

GATT プロバイダー サービスを作成します。

適用対象

こちらもご覧ください