Enum Disposition
- Namespace
- Selenium.WebDriver.BiDi.Cdp.SmartCardEmulation
- Assembly
- Selenium.WebDriver.BiDi.Cdp.dll
Indicates what the reader should do with the card.
[JsonConverter(typeof(JsonStringEnumConverter<Disposition>))]
public enum Disposition
Fields
EjectCard = 3LeaveCard = 0ResetCard = 1UnpowerCard = 2