Class ConnectionConfig

    • Constructor Detail

      • ConnectionConfig

        public ConnectionConfig​(SerialPortAdapter p)
        Create a connection configuration with a preexisting adapter. This is used principally when loading a configuration that defines this connection.
        Parameters:
        p - the adapter to create a connection configuration for
      • ConnectionConfig

        public ConnectionConfig()
        Ctor for a connection configuration with no preexisting adapter. setInstance() will fill the adapter member.