mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-16 03:42:51 +00:00
7 lines
141 B
C#
7 lines
141 B
C#
namespace Sharp7.Rx.Interfaces
|
|
{
|
|
internal interface IS7VariableNameParser
|
|
{
|
|
S7VariableAddress Parse(string input);
|
|
}
|
|
} |