微网消息默认加大到64字节
This commit is contained in:
parent
1a7ab8f658
commit
f89e87ab5e
|
@ -30,7 +30,7 @@ public:
|
||||||
byte _Reply:1; // 是否响应
|
byte _Reply:1; // 是否响应
|
||||||
byte Sequence; // 序列号
|
byte Sequence; // 序列号
|
||||||
byte _Length; // 数据长度
|
byte _Length; // 数据长度
|
||||||
byte _Data[32]; // 数据部分
|
byte _Data[64]; // 数据部分
|
||||||
ushort Checksum;// 16位检验和
|
ushort Checksum;// 16位检验和
|
||||||
|
|
||||||
// 负载数据及校验部分,并非内存布局。
|
// 负载数据及校验部分,并非内存布局。
|
||||||
|
|
Loading…
Reference in New Issue