Notification 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 class Notification : NotificationBase

VB

Public Class Notification
    Inherits NotificationBase

The Notification type exposes the following members.

Properties

 

Name

Description

Notification Class 1:

NotificationHandle

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

Notification Class 2:

RawValue

Streams that holds the notification data.

Notification Class 3:

TimeStamp

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

Notification Class 4:

UserData

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

Notification Class 5:

Value

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

Methods

 

Name

Description

Notification Class 6:

Equals

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

Notification 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.)

Notification Class 8:

GetHashCode

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

Notification Class 9:

GetType

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

Notification Class 10:

MemberwiseClone

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

Notification Class 11:

ToString

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

Fields

 

Name

Description

Notification Class 12:

_bytes

Raw Data

Notification Class 13:

notificationHandle

Notification Handle (Inherited from NotificationBase.)

Notification Class 14:

timeStamp

Notification Time Stamp (Inherited from NotificationBase.)

Notification Class 15:

userData

User Data (Inherited from NotificationBase.)

Notification Class 16:

val

The unmarshalled value. (Inherited from NotificationBase.)

Reference

TwinCAT.Ads.Reactive Namespace

TwinCAT.Ads.TcAdsClient