Table of Contents

Class ScanRecord

Namespace
OpenQA.Selenium.DevTools.V146.BluetoothEmulation
Assembly
Selenium.WebDriver.dll

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

public sealed class ScanRecord
Inheritance
ScanRecord
Inherited Members

Properties

Appearance

Stores the external appearance description of the device.

[JsonPropertyName("appearance")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Appearance { get; set; }

Property Value

long?

ManufacturerData

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

[JsonPropertyName("manufacturerData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ManufacturerData[]? ManufacturerData { get; set; }

Property Value

ManufacturerData[]

Name

name

[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Name { get; set; }

Property Value

string

TxPower

Stores the transmission power of a broadcasting device.

[JsonPropertyName("txPower")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? TxPower { get; set; }

Property Value

long?

Uuids

uuids

[JsonPropertyName("uuids")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[]? Uuids { get; set; }

Property Value

string[]