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
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; }