Remove unused interfaces

This commit is contained in:
luosheng
2023-03-29 09:24:26 +08:00
parent 314d0ea611
commit d2a8f1e22f
3 changed files with 3 additions and 17 deletions

View File

@@ -2,13 +2,6 @@
namespace Modbus.Net
{
/// <summary>
/// 设备的抽象
/// </summary>
public interface IMachine : IMachine<string>
{
}
/// <summary>
/// 设备的抽象
/// </summary>

View File

@@ -1,12 +1,5 @@
namespace Modbus.Net
{
/// <summary>
/// 协议转换的接口
/// </summary>
public interface IProtocolFormatting : IProtocolFormatting<byte[], byte[]>
{
}
/// <summary>
/// 协议转换的接口
/// </summary>