Kotlin Wrappers API Reference
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
kotlin-web
/
web.usb
/
USBEndpoint
USBEndpoint
open
class
USBEndpoint
(
alternate
:
USBAlternateInterface
,
val
endpointNumber
:
Short
,
val
direction
:
USBDirection
)
(
source
)
MDN Reference
Members
Constructors
USBEndpoint
Link copied to clipboard
constructor
(
alternate
:
USBAlternateInterface
,
endpointNumber
:
Short
,
direction
:
USBDirection
)
Properties
direction
Link copied to clipboard
val
direction
:
USBDirection
MDN Reference
endpoint
Number
Link copied to clipboard
val
endpointNumber
:
Short
MDN Reference
packet
Size
Link copied to clipboard
val
packetSize
:
Int
MDN Reference
type
Link copied to clipboard
val
type
:
USBEndpointType
MDN Reference