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
/
SerialOutputStream2
Serial
Output
Stream2
goblin-drivers
class
SerialOutputStream2
(
port
:
SerialPort
)
:
OutputStream
Members
Constructors
Serial
Output
Stream2
Link copied to clipboard
goblin-drivers
constructor
(
port
:
SerialPort
)
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
(
b
:
ByteArray
)
open
override
fun
write
(
b
:
Int
)
open
override
fun
write
(
b
:
ByteArray
,
off
:
Int
,
len
:
Int
)