Table of Contents

Class GetStatusChangeRequestedEventArgs

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

Fired when |SCardGetStatusChange| is called. Timeout is specified in milliseconds.

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 GetStatusChangeRequestedEventArgs : EventArgs
Inheritance
GetStatusChangeRequestedEventArgs
Inherited Members

Properties

ContextId

Gets or sets the contextId

[JsonPropertyName("contextId")]
public long ContextId { get; set; }

Property Value

long

ReaderStates

Gets or sets the readerStates

[JsonPropertyName("readerStates")]
public ReaderStateIn[] ReaderStates { get; set; }

Property Value

ReaderStateIn[]

RequestId

Gets or sets the requestId

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

Property Value

string

Timeout

in milliseconds, if absent, it means "infinite"

[JsonPropertyName("timeout")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? Timeout { get; set; }

Property Value

long?