ProtocolSet

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

Maps to the |SCARD_PROTOCOL_*| flags.

Official doc

Constructors

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

Properties

Link copied to clipboard
val raw: Boolean?

(undocumented in the protocol definition)

Link copied to clipboard
val t0: Boolean?

(undocumented in the protocol definition)

Link copied to clipboard
val t1: Boolean?

(undocumented in the protocol definition)