Class GattOperationReceivedEventArgs
- Namespace
- Selenium.WebDriver.BiDi.Cdp.BluetoothEmulation
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
Event for when a GATT operation of |type| to the peripheral with |address| happened.
public sealed record GattOperationReceivedEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<GattOperationReceivedEventArgs>
- Inheritance
-
EventArgsGattOperationReceivedEventArgs
- Implements
-
IEquatable<EventArgs>
- Inherited Members
-
EventArgs.ToString()EventArgs.GetHashCode()EventArgs.Equals(EventArgs)EventArgs.<Clone>$()EventArgs.BiDiEventArgs.AdditionalDataEventArgs.AdditionalMessageData
Constructors
GattOperationReceivedEventArgs(string, GATTOperationType)
Event for when a GATT operation of |type| to the peripheral with |address| happened.
public GattOperationReceivedEventArgs(string Address, GATTOperationType Type)
Parameters
AddressstringTypeGATTOperationType
Properties
Address
public string Address { get; init; }
Property Value
Type
public GATTOperationType Type { get; init; }