|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--Utah.DAS.Serial.PortParams
Holds information about a serial port. Check port parameters by looking at members.
| Field Summary | |
int |
baud
|
int |
dataBits
|
int |
parity
|
int |
stopBits
|
| Constructor Summary | |
PortParams(int baud,
int dataBits,
int stopBits,
int parity)
|
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public int baud
public int dataBits
public int stopBits
public int parity
| Constructor Detail |
public PortParams(int baud,
int dataBits,
int stopBits,
int parity)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||