Package gda.device

Interface CharWriteableDev

All Known Subinterfaces:
Serial
All Known Implementing Classes:
DummySerialDevice, SerialBase, SerialComm

public interface CharWriteableDev
An interface for devices capable of having characters written to them.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    writeChar(char c)
    Writes a character to the device.
  • Method Details

    • writeChar

      void writeChar(char c) throws DeviceException
      Writes a character to the device.
      Parameters:
      c - The character to write
      Throws:
      DeviceException