派生自 ~wxr/HDL_APP_Project
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 @@ } } } }