Поделиться через


BluetoothLEAdvertisementWatcher.ScanningMode Свойство

Определение

Возвращает или задает режим проверки 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

Значение свойства

Режим проверки Bluetooth LE.

Требования к Windows

Возможности приложения
bluetooth

Применяется к

См. также раздел