using Houdar.PLC.Driver.Simenss.Protocol.Common; namespace Houdar.PLC.Driver.Simenss.ProtocolHandle { public interface IPacketHandle { ResultCode ResultCode { get; } void Handle(IIsoSender sender); } }