NotificationEx Class

Provides data for AdsNotificationExEvent of the class

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.Reactive.NotificationBase
    TwinCAT.Ads.Reactive.NotificationEx
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 NotificationEx : NotificationBase

VB

Public NotInheritable Class NotificationEx
    Inherits NotificationBase

The NotificationEx type exposes the following members.

Properties

 

Name

Description

NotificationEx Class 1:

NotificationHandle

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

NotificationEx Class 2:

TimeStamp

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

NotificationEx Class 3:

UserData

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

NotificationEx Class 4:

Value

Gets the value of the Notification. (Inherited from NotificationBase.)

Methods

 

Name

Description

NotificationEx Class 5:

Equals

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

NotificationEx Class 6:

GetHashCode

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

NotificationEx Class 7:

GetType

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

NotificationEx Class 8:

ToString

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

Reference

TwinCAT.Ads.Reactive Namespace

TwinCAT.Ads.TcAdsClient