Table of Contents

Class ReaderStateFlags

Namespace
OpenQA.Selenium.DevTools.V148.SmartCardEmulation
Assembly
Selenium.WebDriver.dll

Maps to the |SCARD_STATE_*| flags.

public sealed class ReaderStateFlags
Inheritance
ReaderStateFlags
Inherited Members

Properties

Changed

changed

[JsonPropertyName("changed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Changed { get; set; }

Property Value

bool?

Empty

empty

[JsonPropertyName("empty")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Empty { get; set; }

Property Value

bool?

Exclusive

exclusive

[JsonPropertyName("exclusive")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Exclusive { get; set; }

Property Value

bool?

Ignore

ignore

[JsonPropertyName("ignore")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Ignore { get; set; }

Property Value

bool?

Inuse

inuse

[JsonPropertyName("inuse")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Inuse { get; set; }

Property Value

bool?

Mute

mute

[JsonPropertyName("mute")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Mute { get; set; }

Property Value

bool?

Present

present

[JsonPropertyName("present")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Present { get; set; }

Property Value

bool?

Unavailable

unavailable

[JsonPropertyName("unavailable")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Unavailable { get; set; }

Property Value

bool?

Unaware

unaware

[JsonPropertyName("unaware")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Unaware { get; set; }

Property Value

bool?

Unknown

unknown

[JsonPropertyName("unknown")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Unknown { get; set; }

Property Value

bool?

Unpowered

unpowered

[JsonPropertyName("unpowered")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Unpowered { get; set; }

Property Value

bool?