|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.moxa.mxuportapi.MxUPort.ModemStatus
public static class MxUPort.ModemStatus
This class represents modem status, such as CTS, DSR, DCD, and RI.
Field Summary | |
---|---|
int |
CTS
Available constants: CTS_ON , CTS_OFF . |
int |
DCD
Available constants: DCD_ON , DCD_OFF . |
int |
DSR
Available constants: DSR_ON , DSR_OFF . |
int |
RI
Available constants: RI_ON , RI_OFF . |
Constructor Summary | |
---|---|
MxUPort.ModemStatus()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int CTS
CTS_ON
, CTS_OFF
.
public int DCD
DCD_ON
, DCD_OFF
.
public int DSR
DSR_ON
, DSR_OFF
.
public int RI
RI_ON
, RI_OFF
.
Constructor Detail |
---|
public MxUPort.ModemStatus()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |