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

Class SimulateGATTOperationResponseCommandSettings

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

SimulateGATTOperationResponse

public sealed class SimulateGATTOperationResponseCommandSettings : ICommand
Inheritance
SimulateGATTOperationResponseCommandSettings
Implements
Inherited Members

Properties

Address

Gets or sets the address

[JsonPropertyName("address")]
public string Address { 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

Type

Gets or sets the type

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

Property Value

GATTOperationType