public interface DebugMessageProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
disable()
Disable the message processor.
|
void |
enable()
Enable the message processor.
|
void |
processMessages(ByteArrayOutputStream output)
Process the messages in the provided byte array output stream.
|
void |
receive(gnu.io.SerialPort port)
Receive data from the serial port instance.
|
void processMessages(ByteArrayOutputStream output)
output - the output stream that contains the messagesvoid disable()
void enable()
void receive(gnu.io.SerialPort port)
port - the serial port instanceCopyright © 2018. All rights reserved.