Files
Sharp7Reactive/Sharp7.Rx/Interfaces/IS7VariableNameParser.cs
2024-02-07 17:40:51 +01:00

8 lines
141 B
C#

#nullable enable
namespace Sharp7.Rx.Interfaces;
internal interface IS7VariableNameParser
{
S7VariableAddress Parse(string input);
}