using DotNetty.Common.Utilities; namespace Service.Charger.Client; public class PlcConst { public static string ChargeEqpCode = "565002033910Q6F00001"; public static byte[] StartChar =new byte[] { 0x68 }; // public static string ChargerSn = ""; public static readonly AttributeKey ChargerSn = AttributeKey.ValueOf("charger_sn"); public static readonly AttributeKey EqmTypeNo = AttributeKey.ValueOf("eqm_type_no"); public static readonly AttributeKey EqmCode = AttributeKey.ValueOf("eqm_code"); public static readonly AttributeKey DestAddr = AttributeKey.ValueOf("dest_addr"); }