BluetoothLEAdvertisementWatcher.Status Property

Definition

Gets the current status of the BluetoothLEAdvertisementWatcher.

public:
 property BluetoothLEAdvertisementWatcherStatus Status { BluetoothLEAdvertisementWatcherStatus get(); };
BluetoothLEAdvertisementWatcherStatus Status();
public BluetoothLEAdvertisementWatcherStatus Status { get; }
var bluetoothLEAdvertisementWatcherStatus = bluetoothLEAdvertisementWatcher.status;
Public ReadOnly Property Status As BluetoothLEAdvertisementWatcherStatus

Property Value

The current status of the BluetoothLEAdvertisementWatcher.

Windows requirements

App capabilities
bluetooth

Applies to

See also