Notification Constructor (UInt32, DateTimeOffset, Object, ReadOnlyMemory.Byte.)

Initializes a new instance of the Notification class.

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

Syntax

C#

public Notification(
    uint handle,
    DateTimeOffset dateTime,
    Object? userData,
    ReadOnlyMemory<byte> data
)

Parameters

handle

Type: System.UInt32
The handle.

dateTime

Type: System.DateTimeOffset
The date time.

userData

Type: System.Object
The user data.

data

Type: System.ReadOnlyMemory.Byte.
The data.

Reference

Notification Class

Notification Overload

TwinCAT.Ads Namespace