Added multivar create notification

This commit is contained in:
Federico Barresi
2020-01-17 14:49:01 +01:00
parent 96d9df4b92
commit 6e8c3f79c4
10 changed files with 401 additions and 40 deletions

View File

@@ -0,0 +1,7 @@
namespace Sharp7.Rx.Interfaces
{
internal interface IS7VariableNameParser
{
S7VariableAddress Parse(string input);
}
}