GetAttribRequestedParameter

@Serializable
data class GetAttribRequestedParameter(val requestId: String, val handle: Int, val attribId: Int)

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

Constructors

Link copied to clipboard
constructor(requestId: String, handle: Int, attribId: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val handle: Int
Link copied to clipboard