Class AddCharacteristicCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V137.BluetoothEmulation
- Assembly
- WebDriver.dll
AddCharacteristic
public sealed class AddCharacteristicCommandSettings : ICommand
- Inheritance
-
AddCharacteristicCommandSettings
- Implements
- Inherited Members
Properties
CharacteristicUuid
Gets or sets the characteristicUuid
[JsonPropertyName("characteristicUuid")]
public string CharacteristicUuid { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Properties
Gets or sets the properties
[JsonPropertyName("properties")]
public CharacteristicProperties Properties { get; set; }
Property Value
ServiceId
Gets or sets the serviceId
[JsonPropertyName("serviceId")]
public string ServiceId { get; set; }