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
/
AbstractDeviceHandle
Abstract
Device
Handle
goblin-drivers
interface
AbstractDeviceHandle
:
AutoCloseable
Inheritors
DeviceHandle
DeviceHandle
Members
Functions
close
Link copied to clipboard
goblin-drivers
abstract
fun
close
(
)
read
Link copied to clipboard
goblin-drivers
abstract
fun
read
(
)
:
ByteArray
set
Nonblocking
Link copied to clipboard
goblin-drivers
abstract
fun
setNonblocking
(
flag
:
Boolean
=
true
)
write
Link copied to clipboard
goblin-drivers
abstract
fun
write
(
data
:
ByteArray
)