|
||||||||||
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.BitsPerByte
public class BitsPerByte
This static class provides the available word sizes.
Word sizes listed in this class are used for parameter checking in all methods where the number of bits per byte may be modified. Not all devices support all word sizes. Not all devices support all 4 word sizes, acscomm devices do; for other devices refer to the OS documentation for the device driver.
Field Summary | |
---|---|
static int |
Bits5
5 bits per word |
static int |
Bits6
6 bits per word |
static int |
Bits7
7 bits per word |
static int |
Bits8
8 bits per word |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int Bits5
public static final int Bits6
public static final int Bits7
public static final int Bits8
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |