Class SerialPortConnectionBlock


  • public class SerialPortConnectionBlock
    extends Object
    • Constructor Detail

      • SerialPortConnectionBlock

        public SerialPortConnectionBlock()
    • Method Detail

      • createBlock

        public void createBlock​(org.eclipse.swt.widgets.Composite comp,
                                IRemoteConnectionWorkingCopy wc)
        Creates the UI elements for the SerialPortConnectionBlock
        Parameters:
        comp - - parent composite
        wc - - an IRemoteConnectionWorkingCopy to populate the default values from. Can be null.
      • getConnectionName

        public String getConnectionName()
      • getPortName

        public String getPortName()
      • getBaudRateIndex

        public int getBaudRateIndex()
      • getByteSizeIndex

        public int getByteSizeIndex()
      • getParityIndex

        public int getParityIndex()
      • getStopBitsIndex

        public int getStopBitsIndex()
      • isComplete

        public boolean isComplete()