using JTNE.Protocol.Attributes;
using JTNE.Protocol.Formatters.MessageBodyFormatters;
using System;
using System.Collections.Generic;
using System.Text;
namespace JTNE.Protocol.MessageBody
{
///
/// 远程服务和管理平台域名长度M
///
[JTNEFormatter(typeof(JTNE_0x80Reply_0x04Formatter))]
public class JTNE_0x80Reply_0x04: JTNE_0x80Reply_Body
{
public override byte ParamId { get; set; } = 0x04;
///
/// 数据 长度
///
public override byte ParamLength { get; set; } = 1;
///
///远程服务和管理平台域名长度M
///
public byte ParamValue { get; set; }
}
}