BluetoothLEAdvertisementWatcher.ScanningMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the Bluetooth LE scanning mode.
public:
property BluetoothLEScanningMode ScanningMode { BluetoothLEScanningMode get(); void set(BluetoothLEScanningMode value); };
BluetoothLEScanningMode ScanningMode();
void ScanningMode(BluetoothLEScanningMode value);
public BluetoothLEScanningMode ScanningMode { get; set; }
var bluetoothLEScanningMode = bluetoothLEAdvertisementWatcher.scanningMode;
bluetoothLEAdvertisementWatcher.scanningMode = bluetoothLEScanningMode;
Public Property ScanningMode As BluetoothLEScanningMode
Property Value
The Bluetooth LE scanning mode.
Windows requirements
App capabilities |
bluetooth
|