Crabtree/SmartHome/HDL/Operation/Packet.cs
@@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using Shared.SimpleControl; namespace Shared { @@ -57,8 +58,10 @@ /// </summary> public virtual void Manager () { //加密检测 EncryptionDetection (); if (CommonPage.needEncryptionDetection) { //加密检测 EncryptionDetection (); } //var mes2 = System.Text.Encoding.ASCII.GetString (Bytes, 0, Bytes.Length); //Utlis.WriteLine ($"============>GetBytes :{mes2}");