コード例 #1
0
 /// <summary>
 /// 注册自定义设置终端参数Id
 /// <see cref="typeof(JT808.Protocol.MessageBody.JT808_0x8103_BodyBase)"/>
 /// <see cref="typeof(实现JT808_0x8103_BodyBase)"/>
 /// <returns></returns>
 public JT808GlobalMsgIdRegister Register_0x8103_ParamId(uint paramId, Type type)
 {
     JT808_0x8103_BodyBase.AddJT808_0x8103Method(paramId, type);
     return(this);
 }
コード例 #2
0
ファイル: JT808GlobalConfig.cs プロジェクト: lqlstudio1/JT808
 /// <summary>
 /// 注册自定义设置终端参数Id
 /// <see cref="typeof(JT808.Protocol.MessageBody.JT808_0x8103_BodyBase)"/>
 /// <see cref="typeof(实现JT808_0x8103_BodyBase)"/>
 /// <returns></returns>
 public JT808GlobalConfig Register_0x8103_ParamId(uint paramId, Type type)
 {
     JT808_0x8103_BodyBase.AddJT808_0x8103Method(paramId, type);
     return(instance.Value);
 }