Kaynağa Gözat

修复8103参数id的类型对应不上

tags/v2.2.3
waterliu99 5 yıl önce
ebeveyn
işleme
257c82b843
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/JT808.Protocol/Internal/JT808_0x8103_Factory.cs

+ 1
- 1
src/JT808.Protocol/Internal/JT808_0x8103_Factory.cs Dosyayı Görüntüle

@@ -107,7 +107,7 @@ namespace JT808.Protocol.Interfaces
uint paramId = 0;
try
{
paramId = (ushort)type.GetProperty(nameof(JT808_0x8103_BodyBase.ParamId)).GetValue(instance);
paramId = (uint)type.GetProperty(nameof(JT808_0x8103_BodyBase.ParamId)).GetValue(instance);
}
catch (Exception ex)
{


Yükleniyor…
İptal
Kaydet