1 package eu.javaexperience.electronic.uartbus.rpc;
3 import java.io.Closeable;
4 import java.io.IOException;
12 public void sendPacket(byte[] data)
throws IOException;
14 public Map<String, String> listAttributes();
15 public String getAttribute(String key)
throws IOException;
16 public void setAttribute(String key, String value)
throws IOException;
18 public byte[] getNextPacket()
throws IOException;