com.esf.device.serial.comm.service
Class BitsPerByte

java.lang.Object
  extended by com.esf.device.serial.comm.service.BitsPerByte

public class BitsPerByte
extends java.lang.Object

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.

Author:
matt.demaree

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

Bits5

public static final int Bits5
5 bits per word

See Also:
Constant Field Values

Bits6

public static final int Bits6
6 bits per word

See Also:
Constant Field Values

Bits7

public static final int Bits7
7 bits per word

See Also:
Constant Field Values

Bits8

public static final int Bits8
8 bits per word

See Also:
Constant Field Values