Class SimulatePreconnectedPeripheralCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V132.BluetoothEmulation
- Assembly
- WebDriver.dll
SimulatePreconnectedPeripheral
public sealed class SimulatePreconnectedPeripheralCommandSettings : ICommand
- Inheritance
-
SimulatePreconnectedPeripheralCommandSettings
- Implements
- Inherited Members
Properties
Address
Gets or sets the address
[JsonPropertyName("address")]
public string Address { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
KnownServiceUuids
Gets or sets the knownServiceUuids
[JsonPropertyName("knownServiceUuids")]
public string[] KnownServiceUuids { get; set; }
Property Value
- string[]
ManufacturerData
Gets or sets the manufacturerData
[JsonPropertyName("manufacturerData")]
public ManufacturerData[] ManufacturerData { get; set; }
Property Value
Name
Gets or sets the name
[JsonPropertyName("name")]
public string Name { get; set; }