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
KeylongCompany identifier https://bitbucket.org/bluetooth-SIG/public/src/main/assigned_numbers/company_identifiers/company_identifiers.yaml https://usb.org/developers
DatastringManufacturer-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
Key
Company identifier https://bitbucket.org/bluetooth-SIG/public/src/main/assigned_numbers/company_identifiers/company_identifiers.yaml https://usb.org/developers
public long Key { get; init; }