using Core.Communication.Transport; namespace PLC.Siemens.O { public interface IBuildResponse { void Build(ByteBuffer buffer); } }