Sic.Framework/MECF.Framework.Common/Aitex/Core/Backend/IBackendIoSimulator.cs

8 lines
130 B
C#

namespace Aitex.Core.Backend
{
public interface IBackendIoSimulator
{
void SetDi(string group, string name, byte value);
}
}