All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.io.SerialData

java.lang.Object
   |
   +----pinball.io.SerialData

public class SerialData
extends Object
Data to be written to the port.


Constructor Index

 o SerialData(String)
Set the data with no delay.
 o SerialData(String, boolean)
Set the data & the weither or not a delay is needed.

Method Index

 o delayStatus()
See if a delay is needed.
 o getData()
Get the data.

Constructors

 o SerialData
 public SerialData(String data,
                   boolean delay)
Set the data & the weither or not a delay is needed.

Parameters:
data - Data to be written.
delay - If a delay is needed.
 o SerialData
 public SerialData(String data)
Set the data with no delay.

Parameters:
data - Data to be written.

Methods

 o getData
 public String getData()
Get the data.

Returns:
the data to be written.
 o delayStatus
 public boolean delayStatus()
See if a delay is needed.

Returns:
delay status.

All Packages  Class Hierarchy  This Package  Previous  Next  Index