public static class MxNPort.LineError
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
break_error
Available constants:
LINE_NO_ERROR , LINE_ERROR . |
int |
framing_error
Available constants:
LINE_NO_ERROR , LINE_ERROR . |
int |
overrun_error
Available constants:
LINE_NO_ERROR , LINE_ERROR . |
int |
parity_error
Available constants:
LINE_NO_ERROR , LINE_ERROR . |
Constructor and Description |
---|
LineError() |
public int break_error
LINE_NO_ERROR
, LINE_ERROR
.public int framing_error
LINE_NO_ERROR
, LINE_ERROR
.public int overrun_error
LINE_NO_ERROR
, LINE_ERROR
.public int parity_error
LINE_NO_ERROR
, LINE_ERROR
.