Ejemplo n.º 1
0
        public EvantonIntegrationTests()
        {
            NetworkHostAddress cfg = $"{IpAddress}:301";
            var host = new SamHost(new TestLogProvider <SamHost>());

            host.Connect(cfg);

            SamReader = new Sam205Reader(host);
        }
Ejemplo n.º 2
0
        public DeDeurIntegrationTests()
        {
            NetworkHostAddress cfg  = $"{IpAddress}:310";
            ISamHost           host = new SamHost(new TestLogProvider <SamHost>());

            host.Connect(cfg);

            SamReader = new Sam100Reader(host);
        }