ReportStatusResultParameter

@Serializable
data class ReportStatusResultParameter(val requestId: String, val readerName: String, val state: SmartCardEmulation.ConnectionState, val atr: String, val protocol: SmartCardEmulation.Protocol? = null)

Constructors

Link copied to clipboard
constructor(requestId: String, readerName: String, state: SmartCardEmulation.ConnectionState, atr: String, protocol: SmartCardEmulation.Protocol? = null)

Properties

Link copied to clipboard
val atr: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard