Table of Contents

Class SimulateDescriptorOperationResponseCommandSettings

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

Simulates the response from the descriptor with |descriptorId| for a descriptor operation of |type|. The |code| value follows the Error Codes from Bluetooth Core Specification Vol 3 Part F 3.4.1.1 Error Response. The |data| is expected to exist when simulating a successful read operation response.

public sealed class SimulateDescriptorOperationResponseCommandSettings : ICommand
Inheritance
SimulateDescriptorOperationResponseCommandSettings
Implements
Inherited Members

Properties

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

DescriptorId

Gets or sets the descriptorId

[JsonPropertyName("descriptorId")]
public string DescriptorId { get; set; }

Property Value

string

Type

Gets or sets the type

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

Property Value

DescriptorOperationType