StatusRequestedParameter

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

Fired when |SCardStatus| is called.

This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#gae49c3c894ad7ac12a5b896bde70d0382 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardstatusa

Constructors

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

Properties

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