public interface IAsciiCommandResponder
Modifier and Type | Method and Description |
---|---|
void |
clearLastResponse()
Clears the values from the last response
Derived classes must call super class to ensure correct operation
|
boolean |
isResponseFinished()
Gets a value indicating whether the response is complete (i.e.
|
boolean |
processReceivedLine(java.lang.String fullLine,
boolean moreLinesAvailable)
Each correctly terminated line from the device is passed to this method for processing
|
boolean isResponseFinished()
void clearLastResponse()
boolean processReceivedLine(java.lang.String fullLine, boolean moreLinesAvailable) throws java.lang.Exception
fullLine
- The line to be processedmoreLinesAvailable
- When true indicates there are additional lines to be processed (and will also be passed to this method)java.lang.Exception