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

적용 대상

추가 정보