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.
32 lines
842 B
32 lines
842 B
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using static System.Net.WebRequestMethods;
|
|
|
|
namespace BatCharging.Model
|
|
{
|
|
public class CMD1403
|
|
{
|
|
/// <summary>
|
|
/// 预留
|
|
/// </summary>
|
|
public UInt16 value01 { get; set; }
|
|
/// <summary>
|
|
/// 预留
|
|
/// </summary>
|
|
public UInt16 value02 { get; set; }
|
|
/// <summary>
|
|
/// 进度结果
|
|
/// <para>1:ftp 地址连接失败</para>
|
|
/// <para>2:ftp 服务登录失败</para>
|
|
/// <para>3:目录无权限</para>
|
|
/// <para>4:下载失败</para>
|
|
/// <para>5:下载 50%</para>
|
|
/// <para>6:下载完成,进入升级模式</para>
|
|
/// </summary>
|
|
public byte value03 { get; set; }
|
|
}
|
|
}
|