Table of Contents

Class BluetoothEmulationDomainEvent

Namespace
Selenium.WebDriver.BiDi.Cdp.BluetoothEmulation
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Provides static event descriptors for the IBluetoothEmulation.

public static class BluetoothEmulationDomainEvent
Inheritance
BluetoothEmulationDomainEvent
Inherited Members

Properties

CharacteristicOperationReceived

Event for when a characteristic operation of |type| to the characteristic respresented by |characteristicId| happened. |data| and |writeType| is expected to exist when |type| is write.

public static EventDescriptor<CdpEventArgs<CharacteristicOperationReceivedEventArgs>> CharacteristicOperationReceived { get; }

Property Value

EventDescriptor<CdpEventArgs<CharacteristicOperationReceivedEventArgs>>

DescriptorOperationReceived

Event for when a descriptor operation of |type| to the descriptor respresented by |descriptorId| happened. |data| is expected to exist when |type| is write.

public static EventDescriptor<CdpEventArgs<DescriptorOperationReceivedEventArgs>> DescriptorOperationReceived { get; }

Property Value

EventDescriptor<CdpEventArgs<DescriptorOperationReceivedEventArgs>>

GattOperationReceived

Event for when a GATT operation of |type| to the peripheral with |address| happened.

public static EventDescriptor<CdpEventArgs<GattOperationReceivedEventArgs>> GattOperationReceived { get; }

Property Value

EventDescriptor<CdpEventArgs<GattOperationReceivedEventArgs>>