Interface SerialNewLineListener_I
- All Known Implementing Classes:
TrameReceiver
public interface SerialNewLineListener_I
-
Method Summary
Modifier and TypeMethodDescriptionvoid
lineReceived
(String line) is called when a new line terminating with "\r\n" is received line: the full line without the "\r\n" token
-
Method Details
-
lineReceived
is called when a new line terminating with "\r\n" is received line: the full line without the "\r\n" token
-