Table of Contents

Class ManufacturerData

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

Stores the manufacturer data

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

Constructors

ManufacturerData(long, string)

Stores the manufacturer data

public ManufacturerData(long Key, string Data)

Parameters

Key long

Company identifier https://bitbucket.org/bluetooth-SIG/public/src/main/assigned_numbers/company_identifiers/company_identifiers.yaml https://usb.org/developers

Data string

Manufacturer-specific data (Encoded as a base64 string when passed over JSON)

Properties

Data

Manufacturer-specific data (Encoded as a base64 string when passed over JSON)

public string Data { get; init; }

Property Value

string

Key

public long Key { get; init; }

Property Value

long