using Houdar.Core.Communication.Transport; namespace Houdar.PLC.Driver.Simenss { public interface IBuildResponse { void Build(ByteBuffer buffer); } }