Class GetStatusChangeRequested
java.lang.Object
org.openqa.selenium.devtools.v146.smartcardemulation.model.GetStatusChangeRequested
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
-
Constructor Summary
ConstructorsConstructorDescriptionGetStatusChangeRequested(String requestId, Integer contextId, List<ReaderStateIn> readerStates, Optional<Integer> timeout) -
Method Summary
Modifier and TypeMethodDescriptionin milliseconds, if absent, it means "infinite"
-
Constructor Details
-
GetStatusChangeRequested
-
-
Method Details
-
getRequestId
-
getContextId
-
getReaderStates
-
getTimeout
in milliseconds, if absent, it means "infinite"
-