using Edge.Core.Parser.BinaryParser.Attributes; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace LanTian_Pump_664_Or_886.MessageEntity.Outgoing { public class ReadCloseAheadValveThresholdRequest : MessageBase { public ReadCloseAheadValveThresholdRequest() { base.BodyAndXRL = new List() { 0xD6, 0x00 }; } } }