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
/
ReaderStateOut
Reader
State
Out
@
Serializable
data
class
ReaderStateOut
(
val
reader
:
String
,
val
eventState
:
ReaderStateFlags
,
val
eventCount
:
Int
,
val
atr
:
String
)
(undocumented in the protocol definition)
Official doc
Members
Constructors
Reader
State
Out
Link copied to clipboard
constructor
(
reader
:
String
,
eventState
:
ReaderStateFlags
,
eventCount
:
Int
,
atr
:
String
)
Properties
atr
Link copied to clipboard
val
atr
:
String
(undocumented in the protocol definition)
event
Count
Link copied to clipboard
val
eventCount
:
Int
(undocumented in the protocol definition)
event
State
Link copied to clipboard
val
eventState
:
ReaderStateFlags
(undocumented in the protocol definition)
reader
Link copied to clipboard
val
reader
:
String
(undocumented in the protocol definition)