Exemplo n.º 1
0
        private bool disposed = false; // to detect redundant calls

        /// <summary>
        /// Constructor
        /// </summary>
        public rs232Connection()
        {
            // Init the local Variables
            pcSerialParam = new rs232Settings();
        }
Exemplo n.º 2
0
        }                                              // TCP Settings


        /// <summary>
        /// Construtor
        /// </summary>
        public SingleConnectionSettings()
        {
            currentConnectionSetting = 1;
            serialSettings           = new rs232Settings();
            tcpSettings = new tcpIpSettings();
        }