public class SerialMessageParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
MSG_RAW_LOGGER |
| Constructor and Description |
|---|
SerialMessageParser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEscapeHot() |
void |
parseInput(MessageProcessor messageProcessor,
byte[] receivedData,
int len)
Parse the received data to process the received bidib packets.
|
void |
reset() |
void |
setEscapeHot(boolean escapeHot) |
public boolean isEscapeHot()
public void setEscapeHot(boolean escapeHot)
public void reset()
public void parseInput(MessageProcessor messageProcessor, byte[] receivedData, int len) throws org.bidib.jbidibc.messages.exception.ProtocolException
messageProcessor - the message processor that receives the bidib messagesreceivedData - the received datalen - the length of the received data packetorg.bidib.jbidibc.messages.exception.ProtocolExceptionCopyright © 2022. All rights reserved.