Innovenergy_trunk/csharp/Lib/Protocols/Modbus/Reflection/IAddress.cs

6 lines
115 B
C#

namespace InnovEnergy.Lib.Protocols.Modbus.Reflection;
internal interface IAddress
{
UInt16 Address { get; }
}