GattCharacteristicNotificationTriggerDetails クラス

定義

このトリガーが起動する原因となった Bluetooth LE デバイスに関する情報を提供します。

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

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)
アプリの機能
bluetooth

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1703 15063 エラー
1703 15063 EventTriggeringMode
1703 15063 ValueChangedEvents

プロパティ

Characteristic

変更された GATT 特性を取得します。

Error

トリガーのエラー状態を取得します。

EventTriggeringMode

イベント トリガー モードを取得します。

Value

特性の新しい値を含むバイト ストリームを取得します。

ValueChangedEvents

このトリガーの値変更イベントを取得します。

適用対象