SymbolNotification Class

Provides data for AdsNotificationEvent of the class

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.Reactive.NotificationBase
    TwinCAT.Ads.Reactive.Notification
      TwinCAT.Ads.Reactive.SymbolNotification
Namespace:  TwinCAT.Ads.Reactive
Assembly:  TwinCAT.Ads.Reactive (in TwinCAT.Ads.Reactive.dll) Version: 4.3.0.0 (4.3.7.0)

Syntax

C#

public sealed class SymbolNotification : Notification

VB

Public NotInheritable Class SymbolNotification
    Inherits Notification

The SymbolNotification type exposes the following members.

Properties

 

Name

Description

SymbolNotification Class 1:

NotificationHandle

Gets the handle of the connection. (Inherited from NotificationBase.)

SymbolNotification Class 2:

RawValue

Streams that holds the notification data. (Inherited from Notification.)

SymbolNotification Class 3:

Symbol

Gets the symbol of the SymbolNotification.

SymbolNotification Class 4:

TimeStamp

Gets the timestamp of this Notification. (Inherited from NotificationBase.)

SymbolNotification Class 5:

UserData

Gets the user object. This object is passed by to AddDeviceNotification and can be used to store data. (Inherited from NotificationBase.)

SymbolNotification Class 6:

Value

Gets the value of the Notification. (Overrides NotificationBase.Value.)

Methods

 

Name

Description

SymbolNotification Class 7:

Equals

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

SymbolNotification Class 8:

GetHashCode

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

SymbolNotification Class 9:

GetType

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

SymbolNotification Class 10:

ToString

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

Reference

TwinCAT.Ads.Reactive Namespace

TwinCAT.Ads.TcAdsClient