com.moxa.mxuportapi
Class MxUPort.LineError

java.lang.Object
  extended by com.moxa.mxuportapi.MxUPort.LineError
Enclosing interface:
MxUPort

public static class MxUPort.LineError
extends java.lang.Object

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

break_error

public int break_error
Available constants: LINE_NO_ERROR, LINE_ERROR.


framing_error

public int framing_error
Available constants: LINE_NO_ERROR, LINE_ERROR.


overrun_error

public int overrun_error
Available constants: LINE_NO_ERROR, LINE_ERROR.


parity_error

public int parity_error
Available constants: LINE_NO_ERROR, LINE_ERROR.

Constructor Detail

MxUPort.LineError

public MxUPort.LineError()