This commit is contained in:
cdyong 2015-11-30 01:58:57 +00:00
parent 24766a4bf5
commit a1de6e74c3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public:
byte Code; // 消息代码
byte Reply:1; // 是否响应指令
byte Error:1; // 是否错误
ushort Length; // 数据长度
uint Length; // 数据长度
byte* Data; // 数据。指向子类内部声明的缓冲区
void* State; // 其它状态数据