ITcHmiSrvExtHost Class

This interface is used to communicate with the server.

Inheritance Hierarchy

System.Object
  TcHmiSrv.ITcHmiSrvExtHost
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 1.10.1018.48 (1.10.1018.48)

Syntax

C#

public class ITcHmiSrvExtHost : IDisposable

The ITcHmiSrvExtHost type exposes the following members.

Methods

 

Name

Description

ITcHmiSrvExtHost Class 1:

Dispose

Releases all resources used by the ITcHmiSrvExtHost

ITcHmiSrvExtHost Class 2:

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

ITcHmiSrvExtHost Class 3:

exec(Context, Command)

Executes a single Command in the domain of the specified Context.

ITcHmiSrvExtHost Class 4:

exec(Context, CommandGroup)

Executes Commands inside any domain.

ITcHmiSrvExtHost Class 5:

get_config_value

Gets the configuration Value at the specified path from the server.

ITcHmiSrvExtHost Class 6:

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

ITcHmiSrvExtHost Class 7:

GetType

Gets the Type of the current instance. (Inherited from Object.)

ITcHmiSrvExtHost Class 8:

localize

Localizes an ILocalizable.

ITcHmiSrvExtHost Class 9:

notify_listener

Sends a notification if an Alarm type changed.

ITcHmiSrvExtHost Class 10:

register_listener(Context, ITcHmiSrvListener)

Registers an ITcHmiSrvListener at the server.

ITcHmiSrvExtHost Class 11:

register_listener(Context, ITcHmiSrvListener, Value)

Registers an ITcHmiSrvListener at the server using the specified settings.

ITcHmiSrvExtHost Class 12:

send(Context, Event)

Adds or updates an Event.

ITcHmiSrvExtHost Class 13:

send(Context, Message)

Adds or updates a Message.

ITcHmiSrvExtHost Class 14:

set_config_value

Adds an entry to a map or vector in the extension configuration or updates an existing configuration Value.

ITcHmiSrvExtHost Class 15:

ToString

Returns a string that represents the current object. (Inherited from Object.)

ITcHmiSrvExtHost Class 16:

unregister_listener(ITcHmiSrvListener)

Unregisters an ITcHmiSrvListener at the server.

ITcHmiSrvExtHost Class 17:

unregister_listener(Context, ITcHmiSrvListener)

Unregisters an ITcHmiSrvListener at the server.

Reference

TcHmiSrv Namespace