public interface UartbusConnection extends Closeable
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String key) |
byte[] |
getNextPacket() |
void |
init() |
Map<String,String> |
listAttributes() |
void |
sendPacket(byte[] data) |
void |
setAttribute(String key,
String value) |
void init()
void sendPacket(byte[] data)
throws IOException
IOExceptionString getAttribute(String key) throws IOException
IOExceptionvoid setAttribute(String key, String value) throws IOException
IOExceptionbyte[] getNextPacket()
throws IOException
IOExceptionCopyright © 2020. All rights reserved.