• 大小: 0.68M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-03-28
  • 语言: C#
  • 标签: c#  

资源简介


c#北斗终端设备与平台通信协议(JTT808协议),高性能数据协议封包和解包库

资源截图

代码片段和文件信息


/*-------------------------------------------------------------
 *   auth: bouyei
 *   date: 2017/6/21 11:31:50
 *contact: 453840293@qq.com
 *profile: www.openthinking.cn
 *    Ltd: 
 *   guid: 360fd35e-d0fa-491e-b521-4c486dea6692
---------------------------------------------------------------*/
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;

namespace Bouyei.BdProto.JT808
{
    #region 数据结构
    public struct UInt32Bytes
    {
        public UInt32 Value;
        public byte[] BytesValue;
    }

    public struct UInt32Byte
    {
        public UInt32 Value;
        public byte ByteValue;
    }

    public struct ByteBytes
    {
        public byte Value;
        public byte[] BytesValue;
    }

    public struct ByteString
    {
        public byte Value;
        public string StringValue;
    }

    public struct UInt32UInt32
    {
        public UInt32 Value;
        public UInt32 UInt32Value;
    }

    #endregion

    #region JT808协议 Receive

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-12-23 08:16  bouyei-beidoulsp\
     文件        2518  2018-12-23 08:16  bouyei-beidoulsp\.gitattributes
     文件        2929  2018-12-23 08:16  bouyei-beidoulsp\.gitignore
     目录           0  2018-12-23 08:16  bouyei-beidoulsp\.vs\
     目录           0  2018-12-23 08:16  bouyei-beidoulsp\.vs\Bouyei.BdProto\
     目录           0  2018-12-23 08:16  bouyei-beidoulsp\.vs\Bouyei.BdProto\DesignTimeBuild\
     文件      375236  2018-12-23 08:16  bouyei-beidoulsp\.vs\Bouyei.BdProto\DesignTimeBuild\.dtbcache
     目录           0  2018-12-23 08:16  bouyei-beidoulsp\.vs\Bouyei.BeidouLSP\
     目录           0  2018-12-23 08:16  bouyei-beidoulsp\.vs\Bouyei.BeidouLSP\DesignTimeBuild\
     文件      375268  2018-12-23 08:16  bouyei-beidoulsp\.vs\Bouyei.BeidouLSP\DesignTimeBuild\.dtbcache
     目录           0  2018-12-23 08:16  bouyei-beidoulsp\.vs\Bouyei.BeidouLSP\v15\
     目录           0  2018-12-23 08:16  bouyei-beidoulsp\.vs\Bouyei.BeidouLSP\v15\sqlite3\
     文件     1916928  2018-12-23 08:16  bouyei-beidoulsp\.vs\Bouyei.BeidouLSP\v15\sqlite3\storage.ide
     文件       20677  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto.nupkg
     文件        2119  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto.sln
     目录           0  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\
     文件        6650  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\Bouyei.BdProto.csproj
     文件       20677  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\Bouyei.BdProto.nupkg
     目录           0  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\
     文件       43173  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\PacketBody.cs
     目录           0  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\Reponse\
     文件         892  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\Reponse\REP_0001.cs
     文件        1376  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\Reponse\REP_0100.cs
     文件        1059  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\Reponse\REP_0102.cs
     文件        1530  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\Reponse\REP_0104.cs
     文件        2332  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\Reponse\REP_0107.cs
     文件         998  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\Reponse\REP_0108.cs
     文件        2335  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\Reponse\REP_0200.cs
     文件         966  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\Reponse\REP_0201.cs
     文件         765  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\Reponse\REP_0301.cs
     文件         838  2018-12-23 08:16  bouyei-beidoulsp\Bouyei.BdProto\JT808\Reponse\REP_0302.cs
............此处省略150个文件信息

评论

共有 条评论