Interface SsdOledCommunicationChannel

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
SsdOledCommunicationChannel.I2cCommunicationChannel, SsdOledCommunicationChannel.SpiCommunicationChannel

public interface SsdOledCommunicationChannel
extends AutoCloseable
  • Method Details

    • write

      void write​(byte... data)
    • write

      void write​(byte[] buffer, int offset, int length)
    • close

      void close()
      Specified by:
      close in interface AutoCloseable