mirror of
https://github.com/evopro-ag/Sharp7Reactive.git
synced 2025-12-16 11:42:52 +00:00
Extend supported variables and improve parser errors
This commit is contained in:
9
Sharp7.Rx/Extensions/S7VariableExtensions.cs
Normal file
9
Sharp7.Rx/Extensions/S7VariableExtensions.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Sharp7.Rx.Extensions;
|
||||
|
||||
internal static class S7VariableAddressExtensions
|
||||
{
|
||||
public static bool MatchesType(this S7VariableAddress address, Type type)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user