Condividi tramite


BluetoothLEAdvertisementWatcher.ScanningMode Proprietà

Definizione

Ottiene o imposta la modalità di analisi 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

Valore della proprietà

Modalità di scansione Bluetooth LE.

Requisiti Windows

Funzionalità dell'app
bluetooth

Si applica a

Vedi anche