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.
usingSystem;
usingSystem.Collections.Generic;
usingSystem.Linq;
usingSystem.Text;
usingSystem.Threading.Tasks;
usingBatCharging.Model;
namespaceBatCharging.Service
{
/// <summary>
/// 3.4.2 充放电机应答站功率调节指令
/// </summary>
publicclassPowerRegulateDecoder
{
/// <summary>
/// 解包1 应答结果 BIN 1字节 0: 成功 1:失败
///2 失败原因 BIN 1字节 0:正常 1:参数非法 2:双向充电设备放电中 0xFF:其他原因