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

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

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Properties

Gets or sets the properties

[JsonPropertyName("properties")]
public CharacteristicProperties Properties { get; set; }

Property Value

CharacteristicProperties

ServiceId

Gets or sets the serviceId

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

Property Value

string