Table of Contents

Class CharacteristicOperationReceivedEventArgs

Namespace
OpenQA.Selenium.DevTools.V137.BluetoothEmulation
Assembly
WebDriver.dll

CharacteristicOperationReceived

public sealed class CharacteristicOperationReceivedEventArgs : EventArgs
Inheritance
CharacteristicOperationReceivedEventArgs
Inherited Members

Properties

CharacteristicId

Gets or sets the characteristicId

[JsonPropertyName("characteristicId")]
public string CharacteristicId { get; set; }

Property Value

string

Data

Gets or sets the data

[JsonPropertyName("data")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Data { get; set; }

Property Value

string

Type

Gets or sets the type

[JsonPropertyName("type")]
public CharacteristicOperationType Type { get; set; }

Property Value

CharacteristicOperationType

WriteType

Gets or sets the writeType

[JsonPropertyName("writeType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public CharacteristicWriteType? WriteType { get; set; }

Property Value

CharacteristicWriteType?