Command Class
The TcHmiSrv.Command class was moved from the TcHmiSrv to the TcHmiSrv.Core namespace. It was therefore replaced by the Command class.
Differences between this release
- Command implements ICopyableT and IEquatableT.
- The Command.Command(Command) constructor was removed. Use the CommandDeepCopy method instead.
- The CommandHasSymbolOptions, CommandHasPaging and CommandPaging properties were added.