public interface ISerialDriver
Modifier and Type | Field and Description |
---|---|
static byte |
MESSAGE_SPLITTER |
static int |
SERIAL_DATA_MAX_SIZE |
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
void |
write(IMessage message) |
static final int SERIAL_DATA_MAX_SIZE
static final byte MESSAGE_SPLITTER
void connect()
void disconnect()
void write(IMessage message) throws MessageParserException
MessageParserException
Copyright © 2015–2019. All rights reserved.