using Edge.Core.Parser.BinaryParser.Attributes;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ZhongSheng_NonIC_Pump
{
///
/// 加油机上传给PC实时信息, as one of response for GenericInquiryRequest
/// 加油机空闲
///
public class PumpInIdleResponse : MessageTemplateBase
{
///
/// 固定值,0x00
///
[Format(1, EncodingType.BIN, 1)]
public byte 参数 { get; set; }
}
}