SerialOutputStream

class SerialOutputStream(val handle: Int) : OutputStream

Output stream for the serial port.

Constructors

Link copied to clipboard
constructor(handle: Int)

Properties

Link copied to clipboard
val handle: Int

Functions

Link copied to clipboard
open override fun close()
Link copied to clipboard
open override fun flush()
Link copied to clipboard
open override fun write(arr: ByteArray)
open override fun write(b: Int)
open fun write(p0: ByteArray, p1: Int, p2: Int)