ControlRequested

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

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

Official doc

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val handle: Int

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)