Class ReaderStateFlags
- Namespace
- Selenium.WebDriver.BiDi.Cdp.SmartCardEmulation
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
Maps to the |SCARD_STATE_*| flags.
public sealed record ReaderStateFlags : IEquatable<ReaderStateFlags>
- Inheritance
-
ReaderStateFlags
- Implements
- Inherited Members
Constructors
ReaderStateFlags()
Maps to the |SCARD_STATE_*| flags.
public ReaderStateFlags()
Properties
Changed
public bool? Changed { get; init; }
Property Value
- bool?
Empty
public bool? Empty { get; init; }
Property Value
- bool?
Exclusive
public bool? Exclusive { get; init; }
Property Value
- bool?
Ignore
public bool? Ignore { get; init; }
Property Value
- bool?
Inuse
public bool? Inuse { get; init; }
Property Value
- bool?
Mute
public bool? Mute { get; init; }
Property Value
- bool?
Present
public bool? Present { get; init; }
Property Value
- bool?
Unavailable
public bool? Unavailable { get; init; }
Property Value
- bool?
Unaware
public bool? Unaware { get; init; }
Property Value
- bool?
Unknown
public bool? Unknown { get; init; }
Property Value
- bool?
Unpowered
public bool? Unpowered { get; init; }
Property Value
- bool?