BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
kernel.serial_ports.PortCommunicator Interface Reference
Inheritance diagram for kernel.serial_ports.PortCommunicator:
Inheritance graph
[legend]

Public Member Functions

InputStream getInputStream () throws IOException
 
OutputStream getOutputStream () throws IOException
 

Detailed Description

Describes a type with an input and output stream

Definition at line 10 of file PortCommunicator.java.

Member Function Documentation

InputStream kernel.serial_ports.PortCommunicator.getInputStream ( ) throws IOException
Returns
A stream useful for reading from the port

Implemented in kernel.serial_ports.RXTXPortWrapper, and unit.devices.DevicesTestCase.CommunicationMonitor.

OutputStream kernel.serial_ports.PortCommunicator.getOutputStream ( ) throws IOException
Returns
A stream useful for writing to the port

Implemented in kernel.serial_ports.RXTXPortWrapper, and unit.devices.DevicesTestCase.CommunicationMonitor.


The documentation for this interface was generated from the following file:
Git Repo