tbf/TBF/BenchControl/TestMethods/S640Communication/I640Cfg.cs

16 lines
357 B
C#

///
/// Copyright (c) 2021 Sensus Slovensko a.s.
///
using System;
namespace TBF.BenchControl.TestMethods.S640Communication
{
public interface I640Cfg : Generic.IComponentCfg
{
int OptoDataTimeout { get; }
string FileExchangePath { get; }
int FileExchangeTimeout { get; }
bool EnterSerialNumbers { get; }
}
}