Compartir a través de


BluetoothLEAdvertisementWatcher.ScanningMode Propiedad

Definición

Obtiene o establece el modo de escaneo Bluetooth LE.

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

Valor de propiedad

El modo de escaneo Bluetooth LE.

Requisitos de Windows

Características de aplicaciones
bluetooth

Se aplica a

Consulte también