From d619bf36a18287c7f2368d05d7639da9858112cf Mon Sep 17 00:00:00 2001 From: luosheng Date: Mon, 16 Oct 2023 05:40:32 +0800 Subject: [PATCH] Update --- Modbus.Net/Modbus.Net/Configuration/MachineReader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modbus.Net/Modbus.Net/Configuration/MachineReader.cs b/Modbus.Net/Modbus.Net/Configuration/MachineReader.cs index b931527..b3a61f3 100644 --- a/Modbus.Net/Modbus.Net/Configuration/MachineReader.cs +++ b/Modbus.Net/Modbus.Net/Configuration/MachineReader.cs @@ -116,7 +116,7 @@ namespace Modbus.Net } } - internal class AddressReader where TUnitKey : IEquatable where TAddressKey : IEquatable where TSubAddressKey : IEquatable + public class AddressReader where TUnitKey : IEquatable where TAddressKey : IEquatable where TSubAddressKey : IEquatable { private static readonly IConfigurationRoot configuration = new ConfigurationBuilder() .SetBasePath(Directory.GetCurrentDirectory())