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
/
HidEnumerator
/
DeviceHandle
Device
Handle
goblin-drivers
inner
class
DeviceHandle
(
devHandle
:
Long
)
:
AutoCloseable
Members
Constructors
Device
Handle
Link copied to clipboard
goblin-drivers
constructor
(
devHandle
:
Long
)
Properties
arena
Link copied to clipboard
goblin-drivers
val
arena
:
Arena
device
Link copied to clipboard
goblin-drivers
val
device
:
MemorySegment
read
Buffer
Link copied to clipboard
goblin-drivers
val
readBuffer
:
MemorySegment
Functions
close
Link copied to clipboard
goblin-drivers
open
override
fun
close
(
)
read
Link copied to clipboard
goblin-drivers
fun
read
(
)
:
ByteArray
set
Nonblocking
Link copied to clipboard
goblin-drivers
fun
setNonblocking
(
flag
:
Boolean
=
true
)
write
Link copied to clipboard
goblin-drivers
fun
write
(
data
:
ByteArray
)