reportConnectResult
suspend fun reportConnectResult(args: SmartCardEmulation.ReportConnectResultParameter, mode: CommandMode = CommandMode.DEFAULT)
Reports the successful result of a |SCardConnect| call.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga4e515829752e0a8dbc4d630696a8d6a5 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardconnecta
suspend fun reportConnectResult(requestId: String, handle: Int, activeProtocol: SmartCardEmulation.Protocol? = null)
Reports the successful result of a |SCardConnect| call.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga4e515829752e0a8dbc4d630696a8d6a5 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardconnecta
Parameters
requestId
No description
handle
No description
activeProtocol
No description