|
|||||||||||
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.Parity
This static class provides the available parity settings.
Parity settings listed in this class are used for parameter checking in all methods where the parity may be modified. Not all devices support all 5 parity settings, all acscomm devices do; for other devices refer to the OS documentation for the device driver.
Field Summary | |
static int |
Clear
Parity bit is present and always clear. |
static int |
Even
Parity set to even parity. |
static int |
None
Parity = no parity applied. |
static int |
Odd
Parity set to odd parity. |
static int |
Set
Parity bit is present and always set. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int None
public static final int Even
public static final int Odd
public static final int Set
public static final int Clear
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |