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.serial
/
SerialOutputStream
Serial
Output
Stream
goblin-drivers
class
SerialOutputStream
(
val
handle
:
Int
)
:
OutputStream
Output stream for the serial port.
Members
Constructors
Serial
Output
Stream
Link copied to clipboard
goblin-drivers
constructor
(
handle
:
Int
)
Properties
handle
Link copied to clipboard
goblin-drivers
val
handle
:
Int
Functions
close
Link copied to clipboard
goblin-drivers
open
override
fun
close
(
)
flush
Link copied to clipboard
goblin-drivers
open
override
fun
flush
(
)
write
Link copied to clipboard
goblin-drivers
open
override
fun
write
(
arr
:
ByteArray
)
open
override
fun
write
(
b
:
Int
)
open
fun
write
(
p0
:
ByteArray
,
p1
:
Int
,
p2
:
Int
)