Table of Contents

Class ReportStatusResultCommandSettings

Namespace
OpenQA.Selenium.DevTools.V147.SmartCardEmulation
Assembly
Selenium.WebDriver.dll
public sealed class ReportStatusResultCommandSettings : ICommand
Inheritance
ReportStatusResultCommandSettings
Implements
Inherited Members

Properties

Atr

Gets or sets the atr

[JsonPropertyName("atr")]
public string Atr { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Protocol

Gets or sets the protocol

[JsonPropertyName("protocol")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Protocol? Protocol { get; set; }

Property Value

Protocol?

ReaderName

Gets or sets the readerName

[JsonPropertyName("readerName")]
public string ReaderName { get; set; }

Property Value

string

RequestId

Gets or sets the requestId

[JsonPropertyName("requestId")]
public string RequestId { get; set; }

Property Value

string

State

Gets or sets the state

[JsonPropertyName("state")]
public ConnectionState State { get; set; }

Property Value

ConnectionState