ReaderStateOut

@Serializable
data class ReaderStateOut(val reader: String, val eventState: ReaderStateFlags, val eventCount: Int, val atr: String)

(undocumented in the protocol definition)

Official doc

Constructors

Link copied to clipboard
constructor(reader: String, eventState: ReaderStateFlags, eventCount: Int, atr: String)

Properties

Link copied to clipboard
val atr: String

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)