ITcHmiSrvExtHost Interface
Provides an interface for a host to communicate with a TwinCAT HMI server.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public interface ITcHmiSrvExtHost
The ITcHmiSrvExtHost type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Executes a single Command in the domain of the specified Context. | |
|
Executes Commands inside any domain. | |
|
Gets the configuration Value at the specified path from the server. | |
|
Localizes an ILocalizable object. | |
|
Sends a notification if an Alarm type changed. | |
|
Registers an ITcHmiSrvListener at the server. | |
|
Registers an ITcHmiSrvListener at the server using the specified settings. | |
|
Triggers a refresh of the list of events provided by an extension that implements the TcHmiSrvAlarmProviderListener. | |
|
Adds or updates an Event. | |
|
Adds a Message. | |
|
Adds or updates an Event. | |
|
Adds a Message. | |
|
Adds an entry to a map or vector in the extension configuration or updates an existing configuration Value. | |
|
Unregisters an ITcHmiSrvListener at the server. | |
|
Unregisters an ITcHmiSrvListener at the server. |