Class ReportStatusResultCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V146.SmartCardEmulation
- Assembly
- Selenium.WebDriver.dll
Reports the successful result of a |SCardStatus| call.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gae49c3c894ad7ac12a5b896bde70d0382 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardstatusa
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
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Protocol
Gets or sets the protocol
[JsonPropertyName("protocol")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Protocol? Protocol { get; set; }
Property Value
ReaderName
Gets or sets the readerName
[JsonPropertyName("readerName")]
public string ReaderName { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }
Property Value
State
Gets or sets the state
[JsonPropertyName("state")]
public ConnectionState State { get; set; }