Class ReleaseContextRequested

java.lang.Object
org.openqa.selenium.devtools.v146.smartcardemulation.model.ReleaseContextRequested

public class ReleaseContextRequested extends Object
Fired when |SCardReleaseContext| is called. This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga6aabcba7744c5c9419fdd6404f73a934 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardreleasecontext
  • Constructor Details

    • ReleaseContextRequested

      public ReleaseContextRequested(String requestId, Integer contextId)
  • Method Details

    • getRequestId

      public String getRequestId()
    • getContextId

      public Integer getContextId()