| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DATABITS_7 |
7 |
public static final int |
DATABITS_8 |
8 |
public static final int |
MODEM_STATUS_CTS |
16 |
public static final int |
MODEM_STATUS_DCD |
128 |
public static final int |
MODEM_STATUS_DSR |
32 |
public static final int |
MODEM_STATUS_RI |
64 |
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.