Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-web
/
web.usb
/
USBInTransferResult
USBIn
Transfer
Result
open
class
USBInTransferResult
(
val
status
:
USBTransferStatus
,
val
data
:
DataView
<
*
>
?
=
definedExternally
)
(
source
)
MDN Reference
Members
Constructors
USBIn
Transfer
Result
Link copied to clipboard
constructor
(
status
:
USBTransferStatus
,
data
:
DataView
<
*
>
?
=
definedExternally
)
Properties
data
Link copied to clipboard
val
data
:
DataView
<
*
>
?
MDN Reference
status
Link copied to clipboard
val
status
:
USBTransferStatus
MDN Reference