Class CharacteristicProperties
- Namespace
- OpenQA.Selenium.DevTools.V136.BluetoothEmulation
- Assembly
- WebDriver.dll
CharacteristicProperties
public sealed class CharacteristicProperties
- Inheritance
-
CharacteristicProperties
- Inherited Members
Properties
AuthenticatedSignedWrites
authenticatedSignedWrites
[JsonPropertyName("authenticatedSignedWrites")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? AuthenticatedSignedWrites { get; set; }
Property Value
- bool?
Broadcast
broadcast
[JsonPropertyName("broadcast")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Broadcast { get; set; }
Property Value
- bool?
ExtendedProperties
extendedProperties
[JsonPropertyName("extendedProperties")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ExtendedProperties { get; set; }
Property Value
- bool?
Indicate
indicate
[JsonPropertyName("indicate")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Indicate { get; set; }
Property Value
- bool?
Notify
notify
[JsonPropertyName("notify")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Notify { get; set; }
Property Value
- bool?
Read
read
[JsonPropertyName("read")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Read { get; set; }
Property Value
- bool?
Write
write
[JsonPropertyName("write")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Write { get; set; }
Property Value
- bool?
WriteWithoutResponse
writeWithoutResponse
[JsonPropertyName("writeWithoutResponse")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? WriteWithoutResponse { get; set; }
Property Value
- bool?