微网消息默认加大到64字节

This commit is contained in:
nnhy 2015-11-14 01:30:58 +00:00
parent 1a7ab8f658
commit f89e87ab5e
1 changed files with 1 additions and 1 deletions

View File

@ -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位检验和
// 负载数据及校验部分,并非内存布局。 // 负载数据及校验部分,并非内存布局。