AdsNotificationEventArgs Class
Event argument class for AdsNotification events.
Inheritance Hierarchy
System.Object
System.EventArgs
TwinCAT.Ads.AdsNotificationEventArgs
TwinCAT.Ads.AdsNotificationExEventArgs
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 AdsNotificationEventArgs : EventArgs,
INotification
The AdsNotificationEventArgs type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Memory object holding the Notification Data/Value. | |
|
Gets the Notification handle. | |
|
Gets the time stamp of this Notification as DateTimeOffset. | |
|
Gets the user object. This object is passed by to AddDeviceNotification and can be used to store data. |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |