陈嘉乐
2020-07-28 af4101b1d8461331bc3163b738fc75d4bf67c85c
HDL_ON/DriverLayer/Packet.cs
@@ -95,7 +95,8 @@
                    //有用的附加数据
                    usefulBytes = new byte[this.Bytes[16] - 11];
                    Array.Copy(Bytes, 25, usefulBytes, 0, usefulBytes.Length);
                }
                if (ReceiveEvent != null)
                {
@@ -121,3 +122,4 @@
        }
    }
}
}