using Aitex.Triton160.RT.PLC; namespace Aitex.Triton160.RT.Simulator { public interface ISimulatorManager { object Read(string type); bool Write(string type, PLC_OUTPUT_DATA buffer); } }