reportStatusResult

suspend fun reportStatusResult(args: SmartCardEmulation.ReportStatusResultParameter, mode: CommandMode = CommandMode.DEFAULT)

Reports the successful result of a |SCardStatus| call.

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


suspend fun reportStatusResult(requestId: String, readerName: String, state: SmartCardEmulation.ConnectionState, atr: String, protocol: SmartCardEmulation.Protocol? = null)

Reports the successful result of a |SCardStatus| call.

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

Parameters

requestId

No description

readerName

No description

state

No description

atr

No description

protocol

No description