Table of Contents

Enum ConnectionState

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

Maps to |SCARD_*| connection state values.

[JsonConverter(typeof(JsonEnumMemberConverter<ConnectionState>))]
public enum ConnectionState

Fields

[EnumMember(Value = "absent")] Absent = 0

Enumerated member for the absent value.

[EnumMember(Value = "negotiable")] Negotiable = 4

Enumerated member for the negotiable value.

[EnumMember(Value = "powered")] Powered = 3

Enumerated member for the powered value.

[EnumMember(Value = "present")] Present = 1

Enumerated member for the present value.

[EnumMember(Value = "specific")] Specific = 5

Enumerated member for the specific value.

[EnumMember(Value = "swallowed")] Swallowed = 2

Enumerated member for the swallowed value.