Searched refs:sendByte (Results 1 – 4 of 4) sorted by relevance
160 connection.sendByte(c); in sendReceive()169 connection.sendByte(c); in sendAndFlush()186 connection.sendByte(cmd); // TODO: check response even if the listener is running in command()
29 void sendByte(char c) throws IOException; in sendByte() method
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