瀏覽代碼

心跳空包测试

tags/v1.3.0
SmallChi 6 年之前
父節點
當前提交
2a90beefbd
共有 1 個檔案被更改,包括 19 行新增0 行删除
  1. +19
    -0
      src/JT809.Protocol.Test/JT809MessageBody/JT809_0x1005Test.cs

+ 19
- 0
src/JT809.Protocol.Test/JT809MessageBody/JT809_0x1005Test.cs 查看文件

@@ -0,0 +1,19 @@
using JT809.Protocol.JT809Enums;
using JT809.Protocol.JT809Extensions;
using System;
using System.Collections.Generic;
using System.Text;
using Xunit;

namespace JT809.Protocol.Test.JT809MessageBody
{
public class JT809_0x1005Test
{
[Fact]
public void Test1()
{
JT809Package heartbeatPackage = JT809BusinessType.主链路连接保持请求消息.Create();
byte[] sendHeartbeatData = JT809Serializer.Serialize(heartbeatPackage, 100);
}
}
}

Loading…
取消
儲存