SymbolValueNotification Class

Symbol Notification class

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.Notification
    ValueNotification
      TwinCAT.Ads.Reactive.SymbolValueNotification
Namespace:  TwinCAT.Ads.Reactive
Assembly:  TwinCAT.Ads.Reactive (in TwinCAT.Ads.Reactive.dll) Version: 6.0.328+39e3229

Syntax

C#

public sealed class SymbolValueNotification : ValueNotification

The SymbolValueNotification type exposes the following members.

Properties

 

Name

Description

SymbolValueNotification Class 1:

Data

The notification Data. (Inherited from Notification.)

SymbolValueNotification Class 2:

Handle

The notification handle (Inherited from Notification.)

SymbolValueNotification Class 3:

Symbol

Gets the symbol of the SymbolValueNotification.

SymbolValueNotification Class 4:

TimeStamp

Gets the time stamp of the INotification (Inherited from Notification.)

SymbolValueNotification Class 5:

UserData

Attached UserData/Tag at the INotification (Inherited from Notification.)

Methods

 

Name

Description

SymbolValueNotification Class 6:

Equals

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

SymbolValueNotification Class 7:

GetHashCode

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

SymbolValueNotification Class 8:

GetType

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

SymbolValueNotification Class 9:

ToString

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

Remarks

Extends the ValueNotification class by symbol specific information.

Reference

TwinCAT.Ads.Reactive Namespace