Table of Contents

Class ScanRecord

Namespace
Selenium.WebDriver.BiDi.Cdp.BluetoothEmulation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Stores the byte data of the advertisement packet sent by a Bluetooth device.

public sealed record ScanRecord : IEquatable<ScanRecord>
Inheritance
ScanRecord
Implements
Inherited Members

Constructors

ScanRecord()

Stores the byte data of the advertisement packet sent by a Bluetooth device.

public ScanRecord()

Properties

Appearance

Stores the external appearance description of the device.

public long? Appearance { get; init; }

Property Value

long?

ManufacturerData

Key is the company identifier and the value is an array of bytes of manufacturer specific data.

public ImmutableArray<ManufacturerData>? ManufacturerData { get; init; }

Property Value

ImmutableArray<ManufacturerData>?

Name

public string? Name { get; init; }

Property Value

string

TxPower

Stores the transmission power of a broadcasting device.

public long? TxPower { get; init; }

Property Value

long?

Uuids

public ImmutableArray<string>? Uuids { get; init; }

Property Value

ImmutableArray<string>?