Table of Contents

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

DeviceAddress string
Rssi long
ScanRecord ScanRecord

Properties

DeviceAddress

public string DeviceAddress { get; init; }

Property Value

string

Rssi

public long Rssi { get; init; }

Property Value

long

ScanRecord

public ScanRecord ScanRecord { get; init; }

Property Value

ScanRecord