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