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

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

    • GetAttribRequested

      public GetAttribRequested(String requestId, Integer handle, Integer attribId)
  • Method Details

    • getRequestId

      public String getRequestId()
    • getHandle

      public Integer getHandle()
    • getAttribId

      public Integer getAttribId()