Share via


BluetoothLEAdvertisementWatcher.ScanParameters Property

Definition

public:
 property BluetoothLEAdvertisementScanParameters ^ ScanParameters { BluetoothLEAdvertisementScanParameters ^ get(); void set(BluetoothLEAdvertisementScanParameters ^ value); };
BluetoothLEAdvertisementScanParameters ScanParameters();

void ScanParameters(BluetoothLEAdvertisementScanParameters value);
public BluetoothLEAdvertisementScanParameters ScanParameters { get; set; }
var bluetoothLEAdvertisementScanParameters = bluetoothLEAdvertisementWatcher.scanParameters;
bluetoothLEAdvertisementWatcher.scanParameters = bluetoothLEAdvertisementScanParameters;
Public Property ScanParameters As BluetoothLEAdvertisementScanParameters

Property Value

Applies to