Class ScanRecord
- Namespace
- OpenQA.Selenium.DevTools.V130.BluetoothEmulation
- Assembly
- WebDriver.dll
ScanRecord
public sealed class ScanRecord
- Inheritance
-
ScanRecord
- Inherited Members
Properties
Appearance
appearance
[JsonPropertyName("appearance")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Appearance { get; set; }
Property Value
- long?
ManufacturerData
manufacturerData
[JsonPropertyName("manufacturerData")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ManufacturerData[] ManufacturerData { get; set; }
Property Value
Name
name
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Name { get; set; }
Property Value
TxPower
txPower
[JsonPropertyName("txPower")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? TxPower { get; set; }
Property Value
- long?
Uuids
uuids
[JsonPropertyName("uuids")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string[] Uuids { get; set; }
Property Value
- string[]