This website works better with JavaScript.
Home
Explore
Help
Sign In
SmallChi
/
JT808
mirror of
https://github.com/SmallChi/JT808.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
53
Wiki
Activity
Browse Source
修复8103参数id的类型对应不上
tags/v2.2.3
waterliu99
5 years ago
parent
743f70bd5a
commit
257c82b843
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/JT808.Protocol/Internal/JT808_0x8103_Factory.cs
+ 1
- 1
src/JT808.Protocol/Internal/JT808_0x8103_Factory.cs
View File
@@ -107,7 +107,7 @@ namespace JT808.Protocol.Interfaces
uint paramId = 0;
try
{
paramId = (u
shor
t)type.GetProperty(nameof(JT808_0x8103_BodyBase.ParamId)).GetValue(instance);
paramId = (u
in
t)type.GetProperty(nameof(JT808_0x8103_BodyBase.ParamId)).GetValue(instance);
}
catch (Exception ex)
{
Write
Preview
Loading…
Cancel
Save