ValueNotificationEventArgs.T. Class

Arguments for AdsNotificationEx events.

Inheritance Hierarchy

System.Object
  System.EventArgs
    TwinCAT.Ads.AdsNotificationEventArgs
      TwinCAT.Ads.ValueNotificationEventArgs.T.
Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public class ValueNotificationEventArgs<T> : AdsNotificationEventArgs

Type Parameters

T

The ValueNotificationEventArgs.T. type exposes the following members.

Properties

 

Name

Description

ValueNotificationEventArgs.T. Class 1:

Data

Memory object holding the Notification Data/Value. (Inherited from AdsNotificationEventArgs.)

ValueNotificationEventArgs.T. Class 2:

Handle

Gets the Notification handle. (Inherited from AdsNotificationEventArgs.)

ValueNotificationEventArgs.T. Class 3:

TimeStamp

Gets the time stamp of this Notification as DateTimeOffset. (Inherited from AdsNotificationEventArgs.)

ValueNotificationEventArgs.T. Class 4:

UserData

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

ValueNotificationEventArgs.T. Class 5:

Value

Value of the ADS Notification.

Methods

 

Name

Description

ValueNotificationEventArgs.T. Class 6:

Equals

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

ValueNotificationEventArgs.T. Class 7:

Finalize

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

ValueNotificationEventArgs.T. Class 8:

GetHashCode

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

ValueNotificationEventArgs.T. Class 9:

GetType

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

ValueNotificationEventArgs.T. Class 10:

MemberwiseClone

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

ValueNotificationEventArgs.T. Class 11:

ToString

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

Reference

TwinCAT.Ads Namespace