Class 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 Detail

      • carrierDetect

        public boolean carrierDetect
      • clearToSend

        public boolean clearToSend
      • dataSetReady

        public boolean dataSetReady
      • dataTerminalReady

        public boolean dataTerminalReady
      • ringIndicator

        public boolean ringIndicator
      • requestToSend

        public boolean requestToSend
    • Constructor Detail

      • SerialLineState

        public SerialLineState()