|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.moxa.mxuportapi.MxUPort.LineError
public static class MxUPort.LineError
This class represents errors on line.
Field Summary | |
---|---|
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 Summary | |
---|---|
MxUPort.LineError()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
.
Constructor Detail |
---|
public MxUPort.LineError()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |