Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
kotlin-web
/
web.usb
/
USBIsochronousInTransferPacket
USBIsochronous
In
Transfer
Packet
open
class
USBIsochronousInTransferPacket
(
val
status
:
USBTransferStatus
,
val
data
:
DataView
<
*
>
?
=
definedExternally
)
(
source
)
MDN Reference
Members
Constructors
USBIsochronous
In
Transfer
Packet
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