Package

akka.serial

sync

Permalink

package sync

Visibility
  1. Public
  2. All

Type Members

  1. class SerialConnection extends AnyRef

    Permalink

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

    Represents a serial connection in a more secure and object-oriented style than UnsafeSerial. 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 SerialConnection

    Permalink

Ungrouped