Class AddServiceCommandResponse
- Namespace
- OpenQA.Selenium.DevTools.V148.BluetoothEmulation
- Assembly
- Selenium.WebDriver.dll
Response for Adds a service with |serviceUuid| to the peripheral with |address|.
public sealed class AddServiceCommandResponse : ICommandResponse<AddServiceCommandSettings>, ICommandResponse
- Inheritance
-
AddServiceCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ServiceId
An identifier that uniquely represents this service.
[JsonPropertyName("serviceId")]
public string ServiceId { get; set; }