ControlRequestedParameter

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

Fired when |SCardControl| is called.

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

Constructors

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

Properties

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