Table of Contents

Class BluetoothManufacturerData

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Represents the simulated bluetooth peripheral's manufacturer data.

public class BluetoothManufacturerData
Inheritance
BluetoothManufacturerData

Properties

Data

Gets or sets the manufacturer-specific data as a base64-encoded string.

public string Data { get; set; }

Property Value

string

Key

Gets or sets the company identifier, as defined by the Bluetooth SIG.

public int Key { get; set; }

Property Value

int