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
IOException
String getAttribute(String key) throws IOException
IOException
void setAttribute(String key, String value) throws IOException
IOException
byte[] getNextPacket() throws IOException
IOException
Copyright © 2020. All rights reserved.