Package com.rm5248.serial
Class SerialLineState
- java.lang.Object
-
- com.rm5248.serial.SerialLineState
-
public class SerialLineState extends Object
This class represents the current state of the lines on the serial port. You can also use this class to set the state of the serial port. Note that all of these options may not be available depending on the serial port that is in use, and/or the platform that you are running on.
-
-
Field Summary
Fields Modifier and Type Field Description booleancarrierDetectbooleanclearToSendbooleandataSetReadybooleandataTerminalReadybooleanrequestToSendbooleanringIndicator
-
Constructor Summary
Constructors Constructor Description SerialLineState()
-