GattCharacteristicNotificationTriggerDetails
GattCharacteristicNotificationTriggerDetails
GattCharacteristicNotificationTriggerDetails
GattCharacteristicNotificationTriggerDetails
Class
Definition
Provides information about the Bluetooth LE device that caused this trigger to fire.
public : sealed class GattCharacteristicNotificationTriggerDetails : IGattCharacteristicNotificationTriggerDetails, IGattCharacteristicNotificationTriggerDetails2public sealed class GattCharacteristicNotificationTriggerDetails : IGattCharacteristicNotificationTriggerDetails, IGattCharacteristicNotificationTriggerDetails2Public NotInheritable Class GattCharacteristicNotificationTriggerDetails Implements IGattCharacteristicNotificationTriggerDetails, IGattCharacteristicNotificationTriggerDetails2// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Characteristic Characteristic Characteristic Characteristic
Gets the GATT characteristic that changed.
public : GattCharacteristic Characteristic { get; }public GattCharacteristic Characteristic { get; }Public ReadOnly Property Characteristic As GattCharacteristic// You can use this property in JavaScript.
The GATT characteristic that changed.
Error Error Error Error
Gets the error status for the trigger.
public : BluetoothError Error { get; }public BluetoothError Error { get; }Public ReadOnly Property Error As BluetoothError// You can use this property in JavaScript.
Gets the error status for the trigger.
Additional features and requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
EventTriggeringMode EventTriggeringMode EventTriggeringMode EventTriggeringMode
Gets the event trigger mode.
public : BluetoothEventTriggeringMode EventTriggeringMode { get; }public BluetoothEventTriggeringMode EventTriggeringMode { get; }Public ReadOnly Property EventTriggeringMode As BluetoothEventTriggeringMode// You can use this property in JavaScript.
- Value
- BluetoothEventTriggeringMode BluetoothEventTriggeringMode BluetoothEventTriggeringMode BluetoothEventTriggeringMode
Gets the event trigger mode.
Additional features and requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Value Value Value Value
Gets a byte stream containing the new value of the characteristic.
public : IBuffer Value { get; }public IBuffer Value { get; }Public ReadOnly Property Value As IBuffer// You can use this property in JavaScript.
ValueChangedEvents ValueChangedEvents ValueChangedEvents ValueChangedEvents
Gets the value changes events for this trigger.
public : IVectorView<GattValueChangedEventArgs> ValueChangedEvents { get; }public IReadOnlyList<GattValueChangedEventArgs> ValueChangedEvents { get; }Public ReadOnly Property ValueChangedEvents As IReadOnlyList<GattValueChangedEventArgs>// You can use this property in JavaScript.
- Value
- IVectorView<GattValueChangedEventArgs> IReadOnlyList<GattValueChangedEventArgs> IReadOnlyList<GattValueChangedEventArgs> IReadOnlyList<GattValueChangedEventArgs>
Gets the value changes events for this trigger.
Additional features and requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|