From 0ddfc18484c8eae21a6b833dc27c85d75bb50986 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1N1NK8A\\auvkk" Date: Wed, 17 May 2023 16:57:42 +0800 Subject: [PATCH] =?UTF-8?q?[RT.EquipmentLibrary]=20=E4=BF=AE=E6=94=B9HwAli?= =?UTF-8?q?gnerGuide=E7=9A=84=E5=87=BD=E6=95=B0ParseData()=E5=92=8CCheckWa?= =?UTF-8?q?ferDataA()=E4=BD=9C=E7=94=A8=E5=9F=9F=E4=B8=BAinternal=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HardwareUnits/Aligners/HiWinAligner/HwAlignerGuide.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MECF.Framework.RT.EquipmentLibrary/HardwareUnits/Aligners/HiWinAligner/HwAlignerGuide.cs b/MECF.Framework.RT.EquipmentLibrary/HardwareUnits/Aligners/HiWinAligner/HwAlignerGuide.cs index 095cf08..561ee10 100644 --- a/MECF.Framework.RT.EquipmentLibrary/HardwareUnits/Aligners/HiWinAligner/HwAlignerGuide.cs +++ b/MECF.Framework.RT.EquipmentLibrary/HardwareUnits/Aligners/HiWinAligner/HwAlignerGuide.cs @@ -544,7 +544,7 @@ namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.Aligners.HiWinAligner _iCurrentOper = (uint)CommandEnum.CCD; } - public bool ParseData(string name, byte[] buffer, out bool bResult) + internal bool ParseData(string name, byte[] buffer, out bool bResult) { bResult = true; var sAnswer = Encoding.ASCII.GetString(buffer); @@ -569,7 +569,7 @@ namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.Aligners.HiWinAligner return false; } - public bool CheckWaferDataA(string name, byte[] buffer, out bool bResult) + internal bool CheckWaferDataA(string name, byte[] buffer, out bool bResult) { bResult = true; var sAnswer = Encoding.ASCII.GetString(buffer.ToArray());