Class CharacteristicProperties
- Namespace
- Selenium.WebDriver.BiDi.Cdp.BluetoothEmulation
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
Describes the properties of a characteristic. This follows Bluetooth Core Specification BT 4.2 Vol 3 Part G 3.3.1. Characteristic Properties.
public sealed record CharacteristicProperties : IEquatable<CharacteristicProperties>
- Inheritance
-
CharacteristicProperties
- Implements
- Inherited Members
Constructors
CharacteristicProperties()
Describes the properties of a characteristic. This follows Bluetooth Core Specification BT 4.2 Vol 3 Part G 3.3.1. Characteristic Properties.
public CharacteristicProperties()
Properties
AuthenticatedSignedWrites
public bool? AuthenticatedSignedWrites { get; init; }
Property Value
- bool?
Broadcast
public bool? Broadcast { get; init; }
Property Value
- bool?
ExtendedProperties
public bool? ExtendedProperties { get; init; }
Property Value
- bool?
Indicate
public bool? Indicate { get; init; }
Property Value
- bool?
Notify
public bool? Notify { get; init; }
Property Value
- bool?
Read
public bool? Read { get; init; }
Property Value
- bool?
Write
public bool? Write { get; init; }
Property Value
- bool?
WriteWithoutResponse
public bool? WriteWithoutResponse { get; init; }
Property Value
- bool?