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
-
Method Details
-
writeChar
Writes a character to the device.- Parameters:
c- The character to write- Throws:
DeviceException
-