CancelRequested

@Serializable
data class CancelRequested(val requestId: String, val contextId: Int) : SmartCardEmulationEvent

Fired when |SCardCancel| is called.

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

Official doc

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)