public interface IBytesCommand extends Closeable
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readBytes(int length) |
void |
sendBytes(byte[] cmd) |
void sendBytes(byte[] cmd)
throws IOException
IOExceptionbyte[] readBytes(int length)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.