ReleaseContextRequestedParameter

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

Fired when |SCardReleaseContext| is called.

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard