kdriver
Toggle table of contents
0.5.9
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
SmartCardEmulation
/
ProtocolSet
Protocol
Set
@
Serializable
data
class
ProtocolSet
(
val
t0
:
Boolean
?
=
null
,
val
t1
:
Boolean
?
=
null
,
val
raw
:
Boolean
?
=
null
)
Maps to the |SCARD_PROTOCOL_*| flags.
Members
Constructors
Protocol
Set
Link copied to clipboard
constructor
(
t0
:
Boolean
?
=
null
,
t1
:
Boolean
?
=
null
,
raw
:
Boolean
?
=
null
)
Properties
raw
Link copied to clipboard
val
raw
:
Boolean
?
=
null
t0
Link copied to clipboard
val
t0
:
Boolean
?
=
null
t1
Link copied to clipboard
val
t1
:
Boolean
?
=
null