Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
SmallChi
/
JT808
kopie van
https://github.com/SmallChi/JT808.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
53
Wiki
Activiteit
Bladeren bron
v2.2.2
1.增加消息Id外部程序集测试 2.修复8103参数id的类型对应不上
tags/v2.2.3
SmallChi(Koike)
5 jaren geleden
bovenliggende
257c82b843
commit
03ff2d464c
4 gewijzigde bestanden
met
toevoegingen van 2
en
10 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-0
src/JT808.Protocol/Interfaces/GlobalConfigBase.cs
+1
-1
src/JT808.Protocol/JT808.Protocol.csproj
+0
-5
src/JT808.Protocol/JT808.Protocol.xml
+0
-4
src/JT808.Protocol/MessageBody/JT808_0x0200.cs
+ 1
- 0
src/JT808.Protocol/Interfaces/GlobalConfigBase.cs
Bestand weergeven
@@ -46,6 +46,7 @@ namespace JT808.Protocol.Interfaces
{
foreach (var easb in externalAssemblies)
{
MsgIdFactory.Register(easb);
FormatterFactory.Register(easb);
JT808_0X0200_Factory.Register(easb);
JT808_0X0200_Custom_Factory.Register(easb);
+ 1
- 1
src/JT808.Protocol/JT808.Protocol.csproj
Bestand weergeven
@@ -14,7 +14,7 @@
<licenseUrl>https://github.com/SmallChi/JT808/blob/master/LICENSE</licenseUrl>
<license>https://github.com/SmallChi/JT808/blob/master/LICENSE</license>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>2.2.
1
</Version>
<Version>2.2.
2
</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
+ 0
- 5
src/JT808.Protocol/JT808.Protocol.xml
Bestand weergeven
@@ -3597,11 +3597,6 @@
位置附加信息
</summary>
</member>
<member name="P:JT808.Protocol.MessageBody.JT808_0x0200.JT808CustomLocationAttachOriginalData">
<summary>
存储自定义附加信息源数据
</summary>
</member>
<member name="P:JT808.Protocol.MessageBody.JT808_0x0200.JT808UnknownLocationAttachOriginalData">
<summary>
存储未知的附加信息源数据
+ 0
- 4
src/JT808.Protocol/MessageBody/JT808_0x0200.cs
Bestand weergeven
@@ -54,10 +54,6 @@ namespace JT808.Protocol.MessageBody
/// </summary>
public Dictionary<byte, JT808_0x0200_BodyBase> JT808LocationAttachData { get; set; }
/// <summary>
/// 存储自定义附加信息源数据
/// </summary>
public Dictionary<byte, byte[]> JT808CustomLocationAttachOriginalData { get; set; }
/// <summary>
/// 存储未知的附加信息源数据
/// </summary>
public Dictionary<byte, byte[]> JT808UnknownLocationAttachOriginalData { get; set; }
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan