SetAttribRequested

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

Fired when |SCardSetAttrib| is called.

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

Official doc

Constructors

Link copied to clipboard
constructor(requestId: String, handle: Int, attribId: 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)