TcHmiSrvEventListener Class

Provides a listener to interact with the event system of the TwinCAT HMI server.

Inheritance Hierarchy

System.Object
  TcHmiSrv.TcHmiSrvListener
    TcHmiSrv.TcHmiSrvEventListenerBase
      TcHmiSrv.TcHmiSrvEventListener
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class TcHmiSrvEventListener : TcHmiSrvEventListenerBase, 
    IExternalCaller<string>

The TcHmiSrvEventListener type exposes the following members.

Constructors

 

Name

Description

TcHmiSrvEventListener Class 1:

TcHmiSrvEventListener

Initializes a new instance of the TcHmiSrvEventListener class

Properties

 

Name

Description

TcHmiSrvEventListener Class 2:

Type

(Inherited from TcHmiSrvListener.)

Methods

 

Name

Description

TcHmiSrvEventListener Class 3:

Dispose.

(Inherited from TcHmiSrvListener.)

TcHmiSrvEventListener Class 4:

Dispose(Boolean)

(Inherited from TcHmiSrvEventListenerBase.)

TcHmiSrvEventListener Class 5:

Equals

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

TcHmiSrvEventListener Class 6:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

TcHmiSrvEventListener Class 7:

GetHashCode

Serves as the default hash function. (Inherited from Object.)

TcHmiSrvEventListener Class 8:

GetType

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

TcHmiSrvEventListener Class 9:

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

TcHmiSrvEventListener Class 10:

ToString

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

Events

 

Name

Description

TcHmiSrvEventListener Class 11:

Filter

Obsolete.

Not used anymore.

TcHmiSrvEventListener Class 12:

OnChange

Called when an Event is changed.

TcHmiSrvEventListener Class 13:

OnListEvents

Called when the Events are listed.

TcHmiSrvEventListener Class 14:

OnReceive

Called when an extension is loaded and it's initial list of Events is fetched.

TcHmiSrvEventListener Class 15:

OnRequest

Obsolete.

Not used anymore.

Reference

TcHmiSrv Namespace