| Interface | Description |
|---|---|
| AsynchronousCharChannel |
An asynchronous channel that can read and write characters.
|
| InterruptibleByteChannel |
An AsynchronousByteChannel whose operations may be interrupted.
|
| InterruptibleCharChannel |
An AsynchronousCharChannel whose operations may be interrupted.
|
| Peripheral |
A peripheral.
|
| SerialPortProvider |
Returns serial ports.
|
| Class | Description |
|---|---|
| AsynchronousByteCharChannel |
An adapter that maps an AsynchronousCharChannel on top of an existing AsynchronousByteChannel.
|
| CompletionHandlerExecutor<V,A> |
Invokes a delegate CompletionHandler using a specific Executor.
|
| CompletionHandlerToFuture<V> |
Wraps a Future in a CompletionHandler.
|
| DecodingWriteableByteChannel |
Converts bytes written to a String.
|
| EncodingReadableByteChannel |
Converts bytes read to a String.
|
| GuiceModule |
The guice module.
|
| InterruptibleChannels | |
| Main | |
| PeripheralChannelGroup |
An AsynchronousChannelGroup for peripherals.
|
| Peripherals |
Returns peripherals.
|
| SerialChannel |
An asynchronous channel for serial ports.
|
| SerialPort |
A serial port.
|
| TransformingFuture<I,O> |
Forwards calls to another Future.
|
| Enum | Description |
|---|---|
| SerialPort.BaudRate | |
| SerialPort.DataBits |
The number of data bits in a word.
|
| SerialPort.FlowControl |
The flow control used by the port.
|
| SerialPort.Parity |
The parity mode used to detect errors.
|
| SerialPort.StopBits |
The minimum period of time the line must be idle at the end of each word.
|
| Exception | Description |
|---|---|
| PeripheralConfigurationException |
Thrown if an error occurs while configuring a peripheral.
|
| PeripheralInUseException |
An attempt was made to access a peripheral that is locked by another application.
|
| PeripheralNotFoundException |
An attempt was made to access a nonexistent peripheral.
|
Copyright © 2011. All Rights Reserved.