Bagikan melalui


BluetoothLEAdvertisementWatcher.ScanningMode Properti

Definisi

Mendapatkan atau mengatur mode pemindaian 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

Nilai Properti

Mode pemindaian BLUETOOTH LE.

Persyaratan Windows

Kemampuan aplikasi
bluetooth

Berlaku untuk

Lihat juga