Interface IBytesCommand

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
GlobalCache.SerialPort, LocalSerialPortRaw, TcpSocketChannel, TcpSocketPort

public interface IBytesCommand extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    readBytes(int length)
     
    void
    sendBytes(byte[] cmd)
     

    Methods inherited from interface java.io.Closeable

    close