using System.Collections.Generic; namespace BatCharging.Model { public class UploadFinishUpgradeRes : ASDU { public byte Result { get; set; } = 0; public UploadFinishUpgradeRes() { this.FrameTypeNo = 45; //this.SetReason(3); this.MsgBodyCount = 1; //this.RecordType = 36; } } }