ITcHmiSrvExtHost Interface
ITcHmiSrvExtHost is obsolete. Use ITcHmiSrvExtAsyncHost instead.
Provides an interface to communicate with the TwinCAT HMI server.
Namespace: TcHmiSrv.Core
Assembly: TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version:
3.1.7447.0+85f9b473a1dd11b8f3e5c9a182fd1901975e46f9
Syntax
C#
[ObsoleteAttribute("ITcHmiSrvExtHost is obsolete. Use ITcHmiSrvExtAsyncHost instead.")]
public interface ITcHmiSrvExtHostThe ITcHmiSrvExtHost type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Deletes a Value from the configuration of the TwinCAT HMI server extension. | |
|
|
Executes a single Command in the domain of the specified Context. | |
|
|
Executes the specified CommandGroup inside any domain. | |
|
|
Gets the configuration Value at the specified path. | |
|
|
Localizes an ILocalizable. | |
|
|
Sends a notification if an Alarm has changed. | |
|
|
Registers the specified IListener at the TwinCAT HMI server. | |
|
|
Registers the specified IListener at the TwinCAT HMI server using the specified settings. | |
|
|
Sends a notification if an Alarm should be removed. | |
|
|
Renames a Value in the configuration of the TwinCAT HMI server extension. | |
|
|
Replaces a Value in the configuration of the TwinCAT HMI server extension. | |
|
|
Triggers a refresh of the list of events provided by a TwinCAT HMI server extension that implements the AlarmProviderListener. | |
|
|
Adds or updates an Event. | |
|
|
Adds a Message. | |
|
|
Adds or updates an Event. | |
|
|
Adds a Message. | |
|
|
Tries to add a Value to a map or
vector in the configuration of the TwinCAT HMI server extension or
update an existing configuration Value. Since the
configuration Value is set
asynchronously, you cannot rely on the Value really being
set after this method returned. Therefore, you must verify this by
using OnChange or calling
GetConfigValue(Context,
String). | |
|
|
Unregisters the specified IListener at the TwinCAT HMI server. |
Version Information
Obsolete (compiler warning) in 1.10.7447.0