Table of Contents

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
EventArgs
GattOperationReceivedEventArgs
Implements
IEquatable<EventArgs>
Inherited Members
EventArgs.ToString()
EventArgs.GetHashCode()
EventArgs.Equals(EventArgs)
EventArgs.<Clone>$()
EventArgs.BiDi
EventArgs.AdditionalData
EventArgs.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

Address string
Type GATTOperationType

Properties

Address

public string Address { get; init; }

Property Value

string

Type

public GATTOperationType Type { get; init; }

Property Value

GATTOperationType