com.moxa.mxuportapi
Class MxUPort.FlowCtrl

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

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

This class represents serial flow control settings.


Field Summary
 int DtrDsr
          Available ORed constants DTR_FLOW_ENABLE, DSR_FLOW_ENABLE, DTRDSR_FLOW_ENABLE The default is disabled.
 int RtsCts
          Available ORed constants RTS_FLOW_ENABLE, CTS_FLOW_ENABLE, RTSCTS_FLOW_ENABLE.
 int XonXoff
          Available ORed constants XON_FLOW_ENABLE, XOFF_FLOW_ENABLE, XONXOFF_FLOW_ENABLE The default is disabled.
 
Constructor Summary
MxUPort.FlowCtrl()
           
MxUPort.FlowCtrl(int RtsCts, int XonXoff, int DtrDsr)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DtrDsr

public int DtrDsr
Available ORed constants DTR_FLOW_ENABLE, DSR_FLOW_ENABLE, DTRDSR_FLOW_ENABLE The default is disabled.


RtsCts

public int RtsCts
Available ORed constants RTS_FLOW_ENABLE, CTS_FLOW_ENABLE, RTSCTS_FLOW_ENABLE. The default is disabled.


XonXoff

public int XonXoff
Available ORed constants XON_FLOW_ENABLE, XOFF_FLOW_ENABLE, XONXOFF_FLOW_ENABLE The default is disabled.

Constructor Detail

MxUPort.FlowCtrl

public MxUPort.FlowCtrl()

MxUPort.FlowCtrl

public MxUPort.FlowCtrl(int RtsCts,
                        int XonXoff,
                        int DtrDsr)