瀏覽代碼

升级1078的809库

tags/v1.1.0
SmallChi(Koike) 5 年之前
父節點
當前提交
e8fd6051a4
共有 2 個檔案被更改,包括 3 行新增4 行删除
  1. +3
    -3
      src/JT809.Protocol.Extensions.JT1078/JT809.Protocol.Extensions.JT1078.csproj
  2. +0
    -1
      src/JT809.Protocol.Extensions.JT1078/MessageBody/JT809_JT1078_0x1900_0x1901.cs

+ 3
- 3
src/JT809.Protocol.Extensions.JT1078/JT809.Protocol.Extensions.JT1078.csproj 查看文件

@@ -7,7 +7,7 @@
<Authors>SmallChi(Koike)</Authors> <Authors>SmallChi(Koike)</Authors>
<PackageId>JT809.Protocol.Extensions.JT1078</PackageId> <PackageId>JT809.Protocol.Extensions.JT1078</PackageId>
<Product>JT809.Protocol.Extensions.JT1078</Product> <Product>JT809.Protocol.Extensions.JT1078</Product>
<Description>JT1078协议、GB1078协议、道路运输车辆卫星定位系统-视频通讯协议</Description>
<Description>基于JT809协议、GB809协议扩展的视频消息协议</Description>
<PackageReleaseNotes>基于JT809协议、GB809协议扩展的视频消息协议</PackageReleaseNotes> <PackageReleaseNotes>基于JT809协议、GB809协议扩展的视频消息协议</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RepositoryUrl>https://github.com/SmallChi/JT1078</RepositoryUrl> <RepositoryUrl>https://github.com/SmallChi/JT1078</RepositoryUrl>
@@ -15,7 +15,7 @@
<licenseUrl>https://github.com/SmallChi/JT1078/blob/master/LICENSE</licenseUrl> <licenseUrl>https://github.com/SmallChi/JT1078/blob/master/LICENSE</licenseUrl>
<license>https://github.com/SmallChi/JT1078/blob/master/LICENSE</license> <license>https://github.com/SmallChi/JT1078/blob/master/LICENSE</license>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>2.1.4-preview1</Version>
<Version>2.1.4-preview4</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageLicenseFile>LICENSE</PackageLicenseFile>
<FileVersion>2.1.4.0</FileVersion> <FileVersion>2.1.4.0</FileVersion>
</PropertyGroup> </PropertyGroup>
@@ -36,7 +36,7 @@
</ItemGroup> </ItemGroup>


<ItemGroup> <ItemGroup>
<PackageReference Include="JT809" Version="2.1.4-preview1" />
<PackageReference Include="JT809" Version="2.1.4-preview4" />
</ItemGroup> </ItemGroup>


</Project> </Project>

+ 0
- 1
src/JT809.Protocol.Extensions.JT1078/MessageBody/JT809_JT1078_0x1900_0x1901.cs 查看文件

@@ -33,7 +33,6 @@ namespace JT809.Protocol.Extensions.JT1078.MessageBody
if (value.ItemNum > 0) if (value.ItemNum > 0)
{ {
writer.WriteStartArray("资源目录项列表"); writer.WriteStartArray("资源目录项列表");
List<JT809_JT1078_0x1900_Record> jT808_JT1078_0x1900_0x1901_RecordList = new List<JT809_JT1078_0x1900_Record>();
var formatter = config.GetMessagePackFormatter<JT809_JT1078_0x1900_Record>(); var formatter = config.GetMessagePackFormatter<JT809_JT1078_0x1900_Record>();
for (int i = 0; i < value.ItemNum; i++) for (int i = 0; i < value.ItemNum; i++)
{ {


Loading…
取消
儲存