Added register collection base methods

This commit is contained in:
Felix Weiß
2022-06-21 16:45:22 +02:00
parent f4fad297fb
commit 325aa56d8a
3 changed files with 27 additions and 3 deletions

View File

@@ -45,8 +45,7 @@ namespace Examples {
//corresponds to a DT7012 - DT7013 as a 32bit time value that gets parsed as a timespan (TIME)
//the smallest value to communicate to the PLC is 10ms
[Register(7012)]
public TimeSpan TestTime { get; private set; }
public TimeSpan TestTime { get; private set; }
}
}