| Class and Description |
|---|
| AsynchronousByteCharChannel
An adapter that maps an AsynchronousCharChannel on top of an existing AsynchronousByteChannel.
|
| 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.
|
| PeripheralChannelGroup
An AsynchronousChannelGroup for peripherals.
|
| 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.
|
| SerialChannel
An asynchronous channel for serial ports.
|
| SerialPort
A serial port.
|
| 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.
|
Copyright © 2011. All Rights Reserved.