| Interface | Description |
|---|---|
| AsynchronousCharChannel |
An asynchronous channel that can read and write characters.
|
| Peripheral |
A peripheral.
|
| Class | Description |
|---|---|
| AsynchronousByteCharChannel |
An adapter that maps an AsynchronousCharChannel on top of an existing AsynchronousByteChannel.
|
| GuiceModule |
Guice configuration module.
|
| PeripheralChannelGroup |
An AsynchronousChannelGroup for peripherals.
|
| Peripherals |
Returns peripherals.
|
| SerialChannel |
An asynchronous channel for serial ports.
|
| SerialPort |
A serial port.
|
| 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.