|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esf.device.serial.comm.service.BaudRate
This static class provides the available baud rates.
Baud rates listed in this class are used for parameter checking in all methods where the baud rate may be modified.
Field Summary | |
static int |
B115200
115200 baud |
static int |
B1200
1200 baud |
static int |
B19200
19200 baud |
static int |
B2400
2400 baud |
static int |
B300
300 baud |
static int |
B38400
38400 baud |
static int |
B4800
4800 baud |
static int |
B57600
57600 baud |
static int |
B600
600 baud |
static int |
B9600
9600 baud |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int B300
public static final int B600
public static final int B1200
public static final int B2400
public static final int B4800
public static final int B9600
public static final int B19200
public static final int B38400
public static final int B57600
public static final int B115200
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |