ReaderStateIn

@Serializable
data class ReaderStateIn(val reader: String, val currentState: SmartCardEmulation.ReaderStateFlags, val currentInsertionCount: Int)

Constructors

Link copied to clipboard
constructor(reader: String, currentState: SmartCardEmulation.ReaderStateFlags, currentInsertionCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard