| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DATABITS_7 |
7 |
public static final int |
DATABITS_8 |
8 |
public static final int |
PARITY_EVEN |
2 |
public static final int |
PARITY_MARK |
3 |
public static final int |
PARITY_NONE |
0 |
public static final int |
PARITY_ODD |
1 |
public static final int |
PARITY_SPACE |
4 |
public static final int |
STOPBITS_1 |
0 |
public static final int |
STOPBITS_2 |
2 |
Copyright © 2014 LSST. All Rights Reserved.