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_NONE |
0 |
public static final int |
PARITY_ODD |
1 |
public static final int |
STOPBITS_1 |
1 |
public static final int |
STOPBITS_1_5 |
3 |
public static final int |
STOPBITS_2 |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
FrameTypeMask |
-16 |
public static final byte |
FrameTypeValue |
-96 |
public static final byte |
HDLCFrameFlag |
126 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
TRIAL |
true |