Class ConnectRequested
java.lang.Object
org.openqa.selenium.devtools.v146.smartcardemulation.model.ConnectRequested
Fired when |SCardConnect| is called.
This maps to:
PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga4e515829752e0a8dbc4d630696a8d6a5
Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardconnecta
-
Constructor Summary
ConstructorsConstructorDescriptionConnectRequested(String requestId, Integer contextId, String reader, ShareMode shareMode, ProtocolSet preferredProtocols) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
Method Details
-
getRequestId
-
getContextId
-
getReader
-
getPreferredProtocols
-