精简字节

This commit is contained in:
nnhy 2015-12-18 14:41:01 +00:00
parent 57b1e0dc46
commit 19f45bed0b
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ public:
byte Using; // 是否在使用 byte Using; // 是否在使用
byte Seq; // 序列号 byte Seq; // 序列号
byte Data[64]; byte Data[64];
ushort Length; byte Length;
ushort Times; // 发送次数 byte Times; // 发送次数
byte Mac[6]; // 物理地址 byte Mac[6]; // 物理地址
//ulong StartTime; // 开始时间ms //ulong StartTime; // 开始时间ms
ulong EndTime; // 过期时间ms ulong EndTime; // 过期时间ms