Alarm Class
The TcHmiSrv.Alarm class was moved from the TcHmiSrv to the TcHmiSrv.Core namespace. It was therefore replaced by the TcHmiSrv.Core.Alarm class.
Differences between this release
- TcHmiSrv.Core.Alarm implements TcHmiSrv.Core.Duplication.ICopyable.T., System.IEquatable.T. and TcHmiSrv.Core.ILocalizable.
- The Alarm.Alarm(Alarm) constructor was removed. Use the Alarm.DeepCopy. method instead.
- The Alarm.AlarmState property was added.