BluetoothLEAdvertisementWatcherStoppedEventArgs BluetoothLEAdvertisementWatcherStoppedEventArgs BluetoothLEAdvertisementWatcherStoppedEventArgs BluetoothLEAdvertisementWatcherStoppedEventArgs Class

Definition

Provides data for a Stopped event on a BluetoothLEAdvertisementWatcher. A BluetoothLEAdvertisementWatcherStoppedEventArgs instance is created when the Stopped event occurs on a BluetoothLEAdvertisementWatcher object.

public : sealed class BluetoothLEAdvertisementWatcherStoppedEventArgs : IBluetoothLEAdvertisementWatcherStoppedEventArgspublic sealed class BluetoothLEAdvertisementWatcherStoppedEventArgs : IBluetoothLEAdvertisementWatcherStoppedEventArgsPublic NotInheritable Class BluetoothLEAdvertisementWatcherStoppedEventArgs Implements IBluetoothLEAdvertisementWatcherStoppedEventArgs// 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

Error Error Error Error

Gets the error status for Stopped event.

public : BluetoothError Error { get; }public BluetoothError Error { get; }Public ReadOnly Property Error As BluetoothError// You can use this property in JavaScript.