kdriver
Toggle table of contents
0.5.9
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
SmartCardEmulation
/
ReaderStateIn
Reader
State
In
@
Serializable
data
class
ReaderStateIn
(
val
reader
:
String
,
val
currentState
:
SmartCardEmulation.ReaderStateFlags
,
val
currentInsertionCount
:
Int
)
Members
Constructors
Reader
State
In
Link copied to clipboard
constructor
(
reader
:
String
,
currentState
:
SmartCardEmulation.ReaderStateFlags
,
currentInsertionCount
:
Int
)
Properties
current
Insertion
Count
Link copied to clipboard
val
currentInsertionCount
:
Int
current
State
Link copied to clipboard
val
currentState
:
SmartCardEmulation.ReaderStateFlags
reader
Link copied to clipboard
val
reader
:
String