You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
namespace BatCharging.Service
{
public class S2MBATTENERGYINFO5
{
/// <summary>
/// 快换连接器连接故障
/// </summary>
public byte S2MFult1SwapContorContErr { get ; set ; }
/// <summary>
/// 快换连接器过温报警
/// </summary>
public byte S2MFult1SwapConOverTemp { get ; set ; }
/// <summary>
/// 快换连接器PTC开路或短路故障
/// </summary>
public byte S2MFult1SwapPTCErr { get ; set ; }
/// <summary>
/// SOC不可信标志( ≥10Cycle不满充置出)
/// </summary>
public byte S2MSOCUnavailableFlg { get ; set ; }
/// <summary>
/// 满放标志位
/// </summary>
public byte S2MCellFullDisChrgFlg { get ; set ; }
/// <summary>
/// 预留
/// </summary>
public int S2MBattEngyInfo5_Reserved1 { get ; set ; }
/// <summary>
/// 预留
/// </summary>
public int S2MBattEngyInfo5_Reserved2 { get ; set ; }
}
}