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 ProtocolException
messageProcessor - the message processor that receives the bidib messagesreceivedData - the received datalen - the length of the received data packetProtocolExceptionCopyright © 2019. All rights reserved.