AdsNotificationExEventArgs Class
Arguments for AdsNotificationEx events.
Inheritance Hierarchy
System.Object
System.EventArgs
TwinCAT.Ads.AdsNotificationEventArgs
TwinCAT.Ads.AdsNotificationExEventArgs
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public sealed class AdsNotificationExEventArgs : AdsNotificationEventArgs
The AdsNotificationExEventArgs type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Memory object holding the Notification Data/Value. (Inherited from AdsNotificationEventArgs.) | |
|
Gets the Notification handle. (Inherited from AdsNotificationEventArgs.) | |
|
Gets the time stamp of this Notification as DateTimeOffset. (Inherited from AdsNotificationEventArgs.) | |
|
Gets the user object. This object is passed by to AddDeviceNotification and can be used to store data. (Inherited from AdsNotificationEventArgs.) | |
|
Value of the ADS Notification. |
Methods
|
Name |
Description |
---|---|---|
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |