Table of Contents

Class ScanEntry

Namespace
OpenQA.Selenium.DevTools.V131.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

string

Rssi

rssi

[JsonPropertyName("rssi")]
public long Rssi { get; set; }

Property Value

long

ScanRecord

scanRecord

[JsonPropertyName("scanRecord")]
public ScanRecord ScanRecord { get; set; }

Property Value

ScanRecord