Table of Contents

Class PreconnectedPeripheral

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

A bluetooth peripheral to be simulated.

public class PreconnectedPeripheral
Inheritance
PreconnectedPeripheral

Properties

Address

Gets or sets the address of the peripheral.

public string Address { get; set; }

Property Value

string

KnownServiceUuids

Gets or sets the known service UUIDs.

public string[] KnownServiceUuids { get; set; }

Property Value

string[]

ManufacturerData

Gets or sets the manufacturer data.

public BluetoothManufacturerData[] ManufacturerData { get; set; }

Property Value

BluetoothManufacturerData[]

Name

Gets or sets the name of the peripheral.

public string Name { get; set; }

Property Value

string