|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgiovynet.serial.Parameters
public class Parameters
Class that sets parameters for the null modem serial communication.
| Constructor Summary | |
|---|---|
Parameters()
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBaudRate()
Get baude rate. |
java.lang.String |
getByteSize()
Get byte size. |
int |
getMinDelayRead()
Gets the minimum length of time elapsed before reading a character. |
int |
getMinDelayWrite()
Gets the minimum length of time elapsed before writing a character. |
java.lang.String |
getParity()
get parity |
java.lang.String |
getPort()
Get serial port. |
int |
getReadInterval()
ONLY TO WINDOWS. |
int |
getReadTotalConstant()
ONLY TO WINDOWS. |
int |
getReadTotalMultiplier()
ONLY TO WINDOWS. |
java.lang.String |
getStopBits()
Get stop bits. |
int |
getWriteTotalConstant()
ONLY TO WINDOWS. |
int |
getWriteTotalMultiplier()
ONLY TO WINDOWS. |
void |
setBaudRate(Baud baud)
Set baude Rate. |
void |
setByteSize(java.lang.String byteSize)
Set byte size. |
void |
setMinDelayRead(int minDelayRead)
Sets the minimum length of time elapsed before reading a character. |
void |
setMinDelayWrite(int minDelayWrite)
Sets the minimum length of time elapsed before writing a character. |
void |
setParity(java.lang.String parity)
Set parity. |
void |
setPort(java.lang.String port)
Set port name. |
void |
setReadInterval(int readInterval)
ONLY TO WINDOWS. |
void |
setReadTotalConstant(int readTotalConstant)
ONLY TO WINDOWS. |
void |
setReadTotalMultiplier(int readTotalMultiplier)
ONLY TO WINDOWS. |
void |
setStopBits(java.lang.String stopBits)
Set stop bits. |
void |
setWriteTotalConstant(int writeTotalConstant)
ONLY TO WINDOWS. |
void |
setWriteTotalMultiplier(int writeTotalMultiplier)
ONLY TO WINDOWS. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parameters()
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
public java.lang.String getPort()
public void setPort(java.lang.String port)
port - the port to setpublic java.lang.String getBaudRate()
public void setBaudRate(Baud baud)
baudRate - public java.lang.String getByteSize()
public void setByteSize(java.lang.String byteSize)
byteSize - the byteSize to setpublic java.lang.String getStopBits()
public void setStopBits(java.lang.String stopBits)
stopBits - the stopBits to set.public java.lang.String getParity()
public void setParity(java.lang.String parity)
parity - the parity to setpublic int getReadInterval()
public void setReadInterval(int readInterval)
readInterval - the readInterval to setpublic int getReadTotalConstant()
public void setReadTotalConstant(int readTotalConstant)
readTotalConstant - the readTotalConstant to setpublic int getReadTotalMultiplier()
public void setReadTotalMultiplier(int readTotalMultiplier)
readTotalMultiplier - the readTotalMultiplier to setpublic int getWriteTotalConstant()
public void setWriteTotalConstant(int writeTotalConstant)
writeTotalConstant - the writeTotalConstant to setpublic int getWriteTotalMultiplier()
public void setWriteTotalMultiplier(int writeTotalMultiplier)
writeTotalMultiplier - the writeTotalMultiplier to setpublic int getMinDelayRead()
public void setMinDelayRead(int minDelayRead)
minDelayRead - public int getMinDelayWrite()
public void setMinDelayWrite(int minDelayWrite)
minDelayWrite -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||