Searched refs:sendByte (Results 1 – 4 of 4) sorted by relevance
29 void sendByte(char c) throws IOException; in sendByte() method
162 connection.sendByte(c); in sendReceive()171 connection.sendByte(c); in sendAndFlush()188 connection.sendByte(cmd); // TODO: check response even if the listener is running in command()
120 public void sendByte(char c) throws IOException { in sendByte() method in WaltUsbConnection
127 public void sendByte(final char c) throws IOException { in sendByte() method in WaltTcpConnection