chrome-devtools-kotlin
Toggle table of contents
8.3.0-1589152
common
Target filter
common
Switch theme
Search in API
Skip to content
chrome-devtools-kotlin
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.smartcardemulation
/
ReaderStateIn
Reader
State
In
@
Serializable
data
class
ReaderStateIn
(
val
reader
:
String
,
val
currentState
:
ReaderStateFlags
,
val
currentInsertionCount
:
Int
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
Reader
State
In
Link copied to clipboard
constructor
(
reader
:
String
,
currentState
:
ReaderStateFlags
,
currentInsertionCount
:
Int
)
Properties
current
Insertion
Count
Link copied to clipboard
val
currentInsertionCount
:
Int
(undocumented in the protocol definition)
current
State
Link copied to clipboard
val
currentState
:
ReaderStateFlags
(undocumented in the protocol definition)
reader
Link copied to clipboard
val
reader
:
String
(undocumented in the protocol definition)