ProtocolSet

@Serializable
data class ProtocolSet(val t0: Boolean? = null, val t1: Boolean? = null, val raw: Boolean? = null)

Maps to the |SCARD_PROTOCOL_*| flags.

Constructors

Link copied to clipboard
constructor(t0: Boolean? = null, t1: Boolean? = null, raw: Boolean? = null)

Properties

Link copied to clipboard
val raw: Boolean? = null
Link copied to clipboard
val t0: Boolean? = null
Link copied to clipboard
val t1: Boolean? = null