This website works better with JavaScript.
Home
Explore
Help
Sign In
SmallChi
/
JTNewEnergy
mirror of
https://github.com/SmallChi/JTNewEnergy.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
Browse Source
增加包的头部固定长度24
tags/1.0.0
SmallChi
6 years ago
parent
342b3492c2
commit
b799819135
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/JTNE.Protocol/JTNEPackage.cs
+ 1
- 0
src/JTNE.Protocol/JTNEPackage.cs
View File
@@ -11,6 +11,7 @@ namespace JTNE.Protocol
[JTNEFormatter(typeof(JTNEPackageFormatter))]
public class JTNEPackage
{
public const int FixedHeaderLength = 24;
public const byte BeginFlag = 0x23;
/// <summary>
/// 起始符1
Write
Preview
Loading…
Cancel
Save