工具ping指令长度区分新旧设备版本,不现实,取消。
This commit is contained in:
parent
914555ad55
commit
8ec5311c44
|
@ -19,7 +19,6 @@ Device::Device() : HardID(0), Name(0), Pass(0)
|
||||||
|
|
||||||
RegTime = 0;
|
RegTime = 0;
|
||||||
LoginTime = 0;
|
LoginTime = 0;
|
||||||
pingLenth = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Device::Write(Stream& ms) const
|
void Device::Write(Stream& ms) const
|
||||||
|
|
|
@ -32,8 +32,6 @@ public:
|
||||||
|
|
||||||
ByteArray Store; // 数据存储区
|
ByteArray Store; // 数据存储区
|
||||||
|
|
||||||
byte pingLent; // ping指令长度
|
|
||||||
|
|
||||||
Device();
|
Device();
|
||||||
|
|
||||||
// 序列化到消息数据流
|
// 序列化到消息数据流
|
||||||
|
|
Loading…
Reference in New Issue