ITcHmiSrvExtHost Class
The TcHmiSrv.ITcHmiSrvExtHost class was replaced by ITcHmiSrvExtHost.
Differences between this release
- The ITcHmiSrvExtHost.exec(Context, Command) method was replaced by ITcHmiSrvExtHostExecute(Context, Command).
- The ITcHmiSrvExtHost.exec(Context, CommandGroup) method was replaced by ITcHmiSrvExtHostExecute(Context, CommandGroup).
- The ITcHmiSrvExtHost.get_config_value(Context, String) method was replaced by ITcHmiSrvExtHostGetConfigValue(Context, String).
- The ITcHmiSrvExtHost.set_config_value(Context, String, Value) method was replaced by ITcHmiSrvExtHostSetConfigValue(Context, String, Value).
- The ITcHmiSrvExtHost.localize(Context, ILocalizable) method was replaced by ITcHmiSrvExtHostLocalize(Context, ILocalizable).
- The ITcHmiSrvExtHost.notify_listener(Context, AlarmChangeType, Alarm) method was replaced by ITcHmiSrvExtHostNotifyListener(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 ITcHmiSrvExtHostRegisterListener(Context, IListener, Value).
- The ITcHmiSrvExtHost.unregister_listener(ITcHmiSrvListener) method was removed. Use the ITcHmiSrvExtHostUnregisterListener(Context, IListener) method instead.
- The ITcHmiSrvExtHost.unregister_listener(Context, ITcHmiSrvListener) method was replaced by ITcHmiSrvExtHostUnregisterListener(Context, IListener).
- The ITcHmiSrvExtHost.send(Context, Event) method was replaced by ITcHmiSrvExtHostSend(Context, Event).
- The ITcHmiSrvExtHost.send(Context, Message) method was replaced by ITcHmiSrvExtHostSend(Context, Message).