IBuildResponse.cs 170 B

123456789
  1. using Houdar.Core.Communication.Transport;
  2. namespace Houdar.PLC.Driver.Simenss
  3. {
  4. public interface IBuildResponse
  5. {
  6. void Build(ByteBuffer buffer);
  7. }
  8. }