Class SimulateGATTOperationResponseCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V148.BluetoothEmulation
- Assembly
- Selenium.WebDriver.dll
Simulates the response code from the peripheral with |address| for a GATT operation of |type|. The |code| value follows the HCI Error Codes from Bluetooth Core Specification Vol 2 Part D 1.3 List Of Error Codes.
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
Code
Gets or sets the code
[JsonPropertyName("code")]
public long Code { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public GATTOperationType Type { get; set; }