Class GattOperationReceivedEventArgs
- Namespace
- OpenQA.Selenium.DevTools.V148.BluetoothEmulation
- Assembly
- Selenium.WebDriver.dll
Event for when a GATT operation of |type| to the peripheral with |address| happened.
public sealed class GattOperationReceivedEventArgs : EventArgs
- Inheritance
-
GattOperationReceivedEventArgs
- Inherited Members
Properties
Address
Gets or sets the address
[JsonPropertyName("address")]
public string Address { get; set; }
Property Value
Type
Gets or sets the type
[JsonPropertyName("type")]
public GATTOperationType Type { get; set; }