ITcHmiSrvExtHost Class
The TcHmiSrv.ITcHmiSrvExtHost class was replaced by TcHmiSrv.Core.ITcHmiSrvExtHost.
Differences between this release
- The ITcHmiSrvExtHost.exec(Context, Command) method was replaced by ITcHmiSrvExtHost.Execute(Context., Command).
- The ITcHmiSrvExtHost.exec(Context, CommandGroup) method was replaced by ITcHmiSrvExtHost.Execute(Context., CommandGroup).
- The ITcHmiSrvExtHost.get_config_value(Context, String) method was replaced by ITcHmiSrvExtHost.GetConfigValue(Context, String).
- The ITcHmiSrvExtHost.set_config_value(Context, String, Value) method was replaced by ITcHmiSrvExtHost.SetConfigValue(Context, String, Value).
- The ITcHmiSrvExtHost.localize(Context, ILocalizable) method was replaced by ITcHmiSrvExtHost.Localize(Context, ILocalizable).
- The ITcHmiSrvExtHost.notify_listener(Context, AlarmChangeType, Alarm) method was replaced by ITcHmiSrvExtHost.NotifyListener(Context, AlarmChangeType, Alarm).
- The ITcHmiSrvExtHost.register_listener(Context, ITcHmiSrvListener) method was removed. Listeners that don't need any settings are automatically registered when you add an event handler to one of the events of the listener.
- The ITcHmiSrvExtHost.register_listener(Context, ITcHmiSrvListener, Value) method was replaced by ITcHmiSrvExtHost.RegisterListener(Context, IListener, Value).
- The ITcHmiSrvExtHost.unregister_listener(ITcHmiSrvListener) method was removed. Use the ITcHmiSrvExtHost.UnregisterListener(Context, IListener) method instead.
- The ITcHmiSrvExtHost.unregister_listener(Context, ITcHmiSrvListener) method was replaced by ITcHmiSrvExtHost.UnregisterListener(Context, IListener).
- The ITcHmiSrvExtHost.send(Context, Event) method was replaced by ITcHmiSrvExtHost.Send(Context., Event).
- The ITcHmiSrvExtHost.send(Context, Message) method was replaced by ITcHmiSrvExtHost.Send(Context., Message).