BluetoothLEAdvertisementWatcherTriggerDetails BluetoothLEAdvertisementWatcherTriggerDetails BluetoothLEAdvertisementWatcherTriggerDetails BluetoothLEAdvertisementWatcherTriggerDetails Class

Definition

Provides information about a BluetoothLEAdvertisementWatcher trigger. You can obtain an instance of this class through a BluetoothLEAdvertisementWatcher trigger.

public : sealed class BluetoothLEAdvertisementWatcherTriggerDetails : IBluetoothLEAdvertisementWatcherTriggerDetailspublic sealed class BluetoothLEAdvertisementWatcherTriggerDetails : IBluetoothLEAdvertisementWatcherTriggerDetailsPublic NotInheritable Class BluetoothLEAdvertisementWatcherTriggerDetails Implements IBluetoothLEAdvertisementWatcherTriggerDetails// 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

Advertisements Advertisements Advertisements Advertisements

Gets a collection of Bluetooth LE advertisements.

public : IVectorView<BluetoothLEAdvertisementReceivedEventArgs> Advertisements { get; }public IReadOnlyList<BluetoothLEAdvertisementReceivedEventArgs> Advertisements { get; }Public ReadOnly Property Advertisements As IReadOnlyList<BluetoothLEAdvertisementReceivedEventArgs>// You can use this property in JavaScript.
Value
IVectorView<BluetoothLEAdvertisementReceivedEventArgs> IReadOnlyList<BluetoothLEAdvertisementReceivedEventArgs> IReadOnlyList<BluetoothLEAdvertisementReceivedEventArgs> IReadOnlyList<BluetoothLEAdvertisementReceivedEventArgs>

A collection of Bluetooth LE advertisements.

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.
Value
BluetoothError BluetoothError BluetoothError BluetoothError

The error status for the trigger.

SignalStrengthFilter SignalStrengthFilter SignalStrengthFilter SignalStrengthFilter

Gets the parameters used to configure received signal strength indicator (RSSI)-based filtering.

public : BluetoothSignalStrengthFilter SignalStrengthFilter { get; }public BluetoothSignalStrengthFilter SignalStrengthFilter { get; }Public ReadOnly Property SignalStrengthFilter As BluetoothSignalStrengthFilter// You can use this property in JavaScript.
Value
BluetoothSignalStrengthFilter BluetoothSignalStrengthFilter BluetoothSignalStrengthFilter BluetoothSignalStrengthFilter

The parameters used to configure received signal strength indicator (RSSI)-based filtering.