删除多余重写属性

This commit is contained in:
Kimdiego2098
2024-04-18 11:06:00 +08:00
parent 7349793463
commit 072451afae
2 changed files with 2 additions and 20 deletions

View File

@@ -33,15 +33,6 @@ public class Dlt645_2007Master : ProtocolBase
WaitHandlePool.MaxSign = ushort.MaxValue;
}
/// <inheritdoc/>
public override bool IsSingleThread
{
get
{
return true;
}
}
/// <inheritdoc/>
public bool EnableFEHead { get; set; }
@@ -497,4 +488,4 @@ internal class DtuPlugin : PluginBase, ITcpReceivingPlugin
}
await e.InvokeNext();//如果本插件无法处理当前数据,请将数据转至下一个插件。
}
}
}

View File

@@ -59,15 +59,6 @@ public partial class SiemensS7Master : ProtocolBase
#endregion
/// <inheritdoc/>
public override bool IsSingleThread
{
get
{
return true;
}
}
/// <inheritdoc/>
public override string GetAddressDescription()
{
@@ -501,4 +492,4 @@ public partial class SiemensS7Master : ProtocolBase
}
#endregion
}
}