public abstract class InputStreamSerial extends LoggingInputStream
| Modifier and Type | Method and Description |
|---|---|
abstract void |
frameCheck()
transport invokes it for validation of each frame
|
abstract void |
frameInit()
it should be invoked before reading of a frame.
|
log, read, read, setListenerList, setReadTimeoutread, readShortBE, readShortLEavailable, close, mark, markSupported, reset, skippublic abstract void frameCheck()
throws IOException,
ModbusChecksumException
IOException - when there is any communication troubleModbusChecksumException - when invalid frame has receivedpublic abstract void frameInit()
throws IOException
IOException - when there is any communication troubleCopyright © 2018. All rights reserved.