NotificationDataSample Class

This class implements an ADS Notification Sample. It contains the notification handle and the variable data.

Inheritance Hierarchy

System.Object
  TwinCAT.Ads.Server.NotificationDataSample
Namespace:  TwinCAT.Ads.Server
Assembly:  TwinCAT.Ads.Server (in TwinCAT.Ads.Server.dll) Version: 6.0.328+39e3229

Syntax

C#

public sealed class NotificationDataSample

The NotificationDataSample type exposes the following members.

Constructors

 

Name

Description

NotificationDataSample Class 1:

NotificationDataSample

Initializes a new instance of the NotificationDataSample class.

Properties

 

Name

Description

NotificationDataSample Class 2:

NotificationHandle

Gets the notification handle.

NotificationDataSample Class 3:

SampleData

Gets the Sample Data.

NotificationDataSample Class 4:

SampleSize

Gets the Sample Size.

Methods

 

Name

Description

NotificationDataSample Class 5:

Equals

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

NotificationDataSample Class 6:

GetHashCode

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

NotificationDataSample Class 7:

GetType

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

NotificationDataSample Class 8:

ToString

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

Reference

TwinCAT.Ads.Server Namespace