AdsNotificationEventArgs.Data Property

Memory object holding the Notification Data/Value.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public ReadOnlyMemory<byte> Data { get; }

Property Value

Type: ReadOnlyMemory.Byte.

Implements

INotification.Data

Remarks

This Memory object can be seen as binary 'View' to the value object. It represents exactly the data that corresponds to the Handle.

Reference

AdsNotificationEventArgs Class

TwinCAT.Ads Namespace