Commit 93b8b423 authored by AfirSraftGarrier's avatar AfirSraftGarrier

修改连接测试

parent 5b2859f6
...@@ -59,6 +59,8 @@ public class ForwardConnectionListener extends BaseConnectionListener { ...@@ -59,6 +59,8 @@ public class ForwardConnectionListener extends BaseConnectionListener {
SessionContext deviceSessionContext = deviceManager.getSessionContextBySN(this.sn); SessionContext deviceSessionContext = deviceManager.getSessionContextBySN(this.sn);
int useLogId = deviceSessionContext.getUseLogId(); int useLogId = deviceSessionContext.getUseLogId();
log.info("use log id:" + useLogId);
short stx = 21930; short stx = 21930;
byte ack = 0x0; byte ack = 0x0;
int len = 6; int len = 6;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment