SetAttribRequestedParameter

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

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

Constructors

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

Properties

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