com.github.jodersky.flow

internal

package internal

Visibility
  1. Public
  2. All

Type Members

  1. class Reader extends Thread

  2. case class ReaderDied(reason: Exception) extends Product with Serializable

  3. class SerialConnection extends AnyRef

    Represents a serial connection in a more secure and object-oriented style than NativeSerial.

    Represents a serial connection in a more secure and object-oriented style than NativeSerial. In contrast to the latter, this class encapsulates and secures any pointers used to communicate with the native backend and is thread-safe.

    The underlying serial port is assumed open when this class is initialized.

Value Members

  1. object NativeLoader

    Handles loading of the current platform's native library for flow.

  2. object SerialConnection

Ungrouped