Class AddCharacteristicCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V136.BluetoothEmulation
- Assembly
- WebDriver.dll
Response for AddCharacteristic
public sealed class AddCharacteristicCommandResponse : ICommandResponse<AddCharacteristicCommandSettings>, ICommandResponse
- Inheritance
-
AddCharacteristicCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
CharacteristicId
Gets or sets the characteristicId
[JsonPropertyName("characteristicId")]
public string CharacteristicId { get; set; }