Class AddCharacteristicCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V148.BluetoothEmulation
- Assembly
- Selenium.WebDriver.dll
Response for Adds a characteristic with |characteristicUuid| and |properties| to the service represented by |serviceId|.
public sealed class AddCharacteristicCommandResponse : ICommandResponse<AddCharacteristicCommandSettings>, ICommandResponse
- Inheritance
-
AddCharacteristicCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
CharacteristicId
An identifier that uniquely represents this characteristic.
[JsonPropertyName("characteristicId")]
public string CharacteristicId { get; set; }