mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-18 04:22:52 +00:00
Implement MatchesType
This commit is contained in:
@@ -148,8 +148,6 @@ internal class S7VariableNameParser : IS7VariableNameParser
|
||||
if (result > 7)
|
||||
throw new InvalidS7AddressException($"Bit must be between 0 and 7 but is {result} in \"{input}\"", input);
|
||||
|
||||
|
||||
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user