Table of Contents

Class SimulateCharacteristicOperationResponseCommandSettings

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

SimulateCharacteristicOperationResponse

public sealed class SimulateCharacteristicOperationResponseCommandSettings : ICommand
Inheritance
SimulateCharacteristicOperationResponseCommandSettings
Implements
Inherited Members

Properties

CharacteristicId

Gets or sets the characteristicId

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

Property Value

string

Code

Gets or sets the code

[JsonPropertyName("code")]
public long Code { get; set; }

Property Value

long

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Data

Gets or sets the data

[JsonPropertyName("data")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Data { get; set; }

Property Value

string

Type

Gets or sets the type

[JsonPropertyName("type")]
public CharacteristicOperationType Type { get; set; }

Property Value

CharacteristicOperationType