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
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
Name
Gets or sets the name of the peripheral.
public string Name { get; set; }