Packages

package sync

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class SerialConnection extends AnyRef

    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

Ungrouped