namespace JiShe.CollectBus.Protocol.Contracts.SendData { /// /// 返回3761报文结果 /// public class Telemetry3761PacketResponse { /// /// 帧序列域SEQ /// public int Seq { get; set; } /// /// 地址域A3的主站地址MSA /// public int MSA { get; set; } /// /// 报文体 /// public byte[] Data { get; set; } } }