Class ScanEntry
- Namespace
- Selenium.WebDriver.BiDi.Cdp.BluetoothEmulation
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
Stores the advertisement packet information that is sent by a Bluetooth device.
public sealed record ScanEntry : IEquatable<ScanEntry>
- Inheritance
-
ScanEntry
- Implements
- Inherited Members
Constructors
ScanEntry(string, long, ScanRecord)
Stores the advertisement packet information that is sent by a Bluetooth device.
public ScanEntry(string DeviceAddress, long Rssi, ScanRecord ScanRecord)
Parameters
DeviceAddressstringRssilongScanRecordScanRecord
Properties
DeviceAddress
public string DeviceAddress { get; init; }
Property Value
Rssi
public long Rssi { get; init; }
Property Value
ScanRecord
public ScanRecord ScanRecord { get; init; }