edu.uiuc.cs.seclab.modem
Class SerialParams
java.lang.Object
edu.uiuc.cs.seclab.modem.SerialParams
public class SerialParams
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
baudRate
protected int baudRate
databits
protected int databits
flowControlIn
protected int flowControlIn
flowControlOut
protected int flowControlOut
MAX_BAUD
public static final int MAX_BAUD
- See Also:
- Constant Field Values
MIN_BAUD
public static final int MIN_BAUD
- See Also:
- Constant Field Values
parity
protected int parity
portName
protected java.lang.String portName
stopbits
protected int stopbits
SerialParams
public SerialParams()
getBaudRate
public int getBaudRate()
getDatabits
public int getDatabits()
getFlowControlIn
public int getFlowControlIn()
getFlowControlOut
public int getFlowControlOut()
getParity
public int getParity()
getPortName
public java.lang.String getPortName()
getStopbits
public int getStopbits()
setBaudRate
public void setBaudRate(int baudRate)
setDatabits
public void setDatabits(int databits)
setFlowControlIn
public void setFlowControlIn(int flowControlIn)
setFlowControlOut
public void setFlowControlOut(int flowControlOut)
setParity
public void setParity(int parity)
setPortName
public void setPortName(java.lang.String portName)
setStopbits
public void setStopbits(int stopbits)