需求文件增加新项目。

This commit is contained in:
THINKPAD 2022-10-31 18:29:01 +08:00
parent 5e19b6b999
commit 48700b5c1f
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace MECF.Framework.RT.EquipmentLibrary.HardwareUnits.Temps.AE
private List<byte> _lstCacheBuffer = new List<byte>();
public AETempConnection(string address) : base(address, "\r\n", true)
{
}
public override bool SendMessage(string message)