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.usb
/
AbstractUsbEnumerator
Abstract
Usb
Enumerator
goblin-drivers
interface
AbstractUsbEnumerator
:
AutoCloseable
Inheritors
HidEnumerator
UsbEnumerator
Members
Functions
close
Link copied to clipboard
goblin-drivers
abstract
fun
close
(
)
count
Link copied to clipboard
goblin-drivers
abstract
fun
count
(
detectors
:
List
<
USBDetector
>
)
:
Int
enumerate
Link copied to clipboard
goblin-drivers
abstract
fun
enumerate
(
pidFilter
:
Int
=
0
,
vidFilter
:
Int
=
0
)
:
List
<
USBDevice
>
init
Link copied to clipboard
goblin-drivers
abstract
fun
init
(
)