ITcHmiSrvExtHost Methods
The 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. |
Reference
ITcHmiSrvExtHost Interface TcHmiSrv.Core Namespace
Copyright © Beckhoff Automation GmbH & Co. KG
- ITcHmiSrvExtHostDeleteConfigValue Method
- ITcHmiSrvExtHostExecute Method
- ITcHmiSrvExtHostGetConfigValue Method
- ITcHmiSrvExtHostLocalize Method
- ITcHmiSrvExtHostNotifyListener Method
- ITcHmiSrvExtHostRegisterListener Method
- ITcHmiSrvExtHostRemoveTemporaryEvent Method
- ITcHmiSrvExtHostRenameConfigValue Method
- ITcHmiSrvExtHostReplaceConfigValue Method
- ITcHmiSrvExtHostResetTemporaryEvents Method
- ITcHmiSrvExtHostSend Method
- ITcHmiSrvExtHostSetConfigValue Method
- ITcHmiSrvExtHostUnregisterListener Method