Class ScanEntry
- Namespace
- OpenQA.Selenium.DevTools.V132.BluetoothEmulation
- Assembly
- WebDriver.dll
ScanEntry
public sealed class ScanEntry
- Inheritance
-
ScanEntry
- Inherited Members
Properties
DeviceAddress
deviceAddress
[JsonPropertyName("deviceAddress")]
public string DeviceAddress { get; set; }
Property Value
Rssi
rssi
[JsonPropertyName("rssi")]
public long Rssi { get; set; }
Property Value
ScanRecord
scanRecord
[JsonPropertyName("scanRecord")]
public ScanRecord ScanRecord { get; set; }