This website works better with JavaScript.
Home
Explore
Help
Sign In
SmallChi
/
JT809
mirror of
https://github.com/SmallChi/JT809.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
12
Wiki
Activity
Browse Source
修改错误枚举值
tags/v1.3.0
SmallChi
6 years ago
parent
359a347cec
commit
e8174f672c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/JT809.Protocol/Enums/JT809_0x9007_ReasonCode.cs
+ 1
- 1
src/JT809.Protocol/Enums/JT809_0x9007_ReasonCode.cs
View File
@@ -10,7 +10,7 @@ namespace JT809.Protocol.Enums
public enum JT809_0x9007_ReasonCode : byte
{
无法连接下级平台指定的服务IP与端口 = 0x00,
级平台客户端与下级平台服务端断开 = 0x01,
上
级平台客户端与下级平台服务端断开 = 0x01,
其他原因=0x02
}
}
Write
Preview
Loading…
Cancel
Save