root
Toggle table of contents
goblin-drivers
Target filter
goblin-drivers
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.drivers.model
/
USBDevice
/
USBDevice
USBDevice
goblin-drivers
constructor
(
vid
:
Short
,
pid
:
Short
,
bus
:
Int
,
address
:
Int
,
maxPower
:
Int
?
=
null
,
type
:
USBType
?
=
null
,
properties
:
Map
<
String
,
String
>
=
mapOf()
,
deviceFiles
:
List
<
String
>
=
listOf()
)