reportGetStatusChangeResult
suspend fun reportGetStatusChangeResult(args: SmartCardEmulation.ReportGetStatusChangeResultParameter, mode: CommandMode = CommandMode.DEFAULT)
Reports the successful result of a |SCardGetStatusChange| call.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga33247d5d1257d59e55647c3bb717db24 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetstatuschangea
suspend fun reportGetStatusChangeResult(requestId: String, readerStates: List<SmartCardEmulation.ReaderStateOut>)
Reports the successful result of a |SCardGetStatusChange| call.
This maps to: PC/SC Lite: https://pcsclite.apdu.fr/api/group__API.html#ga33247d5d1257d59e55647c3bb717db24 Microsoft: https://learn.microsoft.com/en-us/windows/win32/api/winscard/nf-winscard-scardgetstatuschangea
Parameters
requestId
No description
readerStates
No description