Class ConnectionConfig

    • Field Detail

      • NAME

        public static final java.lang.String NAME
    • Constructor Detail

      • ConnectionConfig

        public ConnectionConfig​(SerialPortAdapter p)
        Create a connection configuration with a preexisting adapter.
        Parameters:
        p - the adapter associated with the connection
      • ConnectionConfig

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