Class ReportGetStatusChangeResultCommandSettings
- Namespace
- OpenQA.Selenium.DevTools.V148.SmartCardEmulation
- Assembly
- Selenium.WebDriver.dll
Reports the successful result of a |SCardGetStatusChange| call.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga33247d5d1257d59e55647c3bb717db24 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetstatuschangea
public sealed class ReportGetStatusChangeResultCommandSettings : ICommand
- Inheritance
-
ReportGetStatusChangeResultCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ReaderStates
Gets or sets the readerStates
[JsonPropertyName("readerStates")]
public ReaderStateOut[] ReaderStates { get; set; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }