|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.moxa.mxuportapi.MxUPort.FlowCtrl
public static class MxUPort.FlowCtrl
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 |
---|
public int DtrDsr
DTR_FLOW_ENABLE
, DSR_FLOW_ENABLE
, DTRDSR_FLOW_ENABLE
The default is disabled.
public int RtsCts
RTS_FLOW_ENABLE
, CTS_FLOW_ENABLE
, RTSCTS_FLOW_ENABLE
. The default is disabled.
public int XonXoff
XON_FLOW_ENABLE
, XOFF_FLOW_ENABLE
, XONXOFF_FLOW_ENABLE
The default is disabled.
Constructor Detail |
---|
public MxUPort.FlowCtrl()
public MxUPort.FlowCtrl(int RtsCts, int XonXoff, int DtrDsr)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |