DeviceHandle

inner class DeviceHandle(devHandle: Long) : AutoCloseable

Constructors

Link copied to clipboard
constructor(devHandle: Long)

Properties

Link copied to clipboard
val arena: Arena
Link copied to clipboard
val device: MemorySegment
Link copied to clipboard
val readBuffer: MemorySegment

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
Link copied to clipboard
fun setNonblocking(flag: Boolean = true)
Link copied to clipboard
fun write(data: ByteArray)