Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class RemoveCharacteristicCommandSettings

Namespace
OpenQA.Selenium.DevTools.V136.BluetoothEmulation
Assembly
WebDriver.dll

RemoveCharacteristic

public sealed class RemoveCharacteristicCommandSettings : ICommand
Inheritance
RemoveCharacteristicCommandSettings
Implements
Inherited Members

Properties

Address

Gets or sets the address

[JsonPropertyName("address")]
public string Address { get; set; }

Property Value

string

CharacteristicId

Gets or sets the characteristicId

[JsonPropertyName("characteristicId")]
public string CharacteristicId { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

ServiceId

Gets or sets the serviceId

[JsonPropertyName("serviceId")]
public string ServiceId { get; set; }

Property Value

string