Package | Description |
---|---|
org.openimaj.hardware.serial |
Modifier and Type | Class and Description |
---|---|
class |
SerialDevice
Serial device driver.
|
Modifier and Type | Method and Description |
---|---|
void |
SerialReader.addSerialDataListener(SerialDataListener listener)
Add a serial data listener that will be informed of individual tokens
that are parsed from the parser.
|
void |
SerialDevice.addSerialDataListener(SerialDataListener sdl)
Add the given
SerialDataListener to the listener list. |
void |
SerialReader.removeSerialDataListener(SerialDataListener listener)
Remove the given listener from this reader.
|
void |
SerialDevice.removeSerialDataListener(SerialDataListener sdl)
Remove the given
SerialDataListener from the listener list |