eSCLKt
Toggle table of contents
2.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
eSCLKt
eSCLKt
/
io.github.chrisimx.esclkt
/
Adf
Adf
@
Serializable
data
class
Adf
(
val
simplexCaps
:
InputSourceCaps
,
val
duplexCaps
:
InputSourceCaps
?
=
null
,
val
feederCapacity
:
UInt
?
=
null
,
val
adfOptions
:
List
<
EnumOrRaw
<
AdfOption
>
>
)
Members
Constructors
Adf
Link copied to clipboard
constructor
(
simplexCaps
:
InputSourceCaps
,
duplexCaps
:
InputSourceCaps
?
=
null
,
feederCapacity
:
UInt
?
=
null
,
adfOptions
:
List
<
EnumOrRaw
<
AdfOption
>
>
)
Properties
adf
Options
Link copied to clipboard
@
Serializable
(
with
=
AdfOptionListSerializer::class
)
val
adfOptions
:
List
<
EnumOrRaw
<
AdfOption
>
>
duplex
Caps
Link copied to clipboard
val
duplexCaps
:
InputSourceCaps
?
feeder
Capacity
Link copied to clipboard
val
feederCapacity
:
UInt
?
simplex
Caps
Link copied to clipboard
val
simplexCaps
:
InputSourceCaps