AdsNotificationExEventArgs Constructor

Initializes a new instance of the AdsStream class AdsSyncNotificationEventArgs.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public AdsNotificationExEventArgs(
    long timeStamp,
    Object userData,
    int notificationHandle,
    Object value
)

VB

Public Sub New ( 
    timeStamp As Long,
    userData As Object,
    notificationHandle As Integer,
    value As Object
)

Parameters

timeStamp

Type: System.Int64
Timestamp.

userData

Type: System.Object
An object, that is passed by AddDeviceNotificationEx.

notificationHandle

Type: System.Int32
Handle of the connection.

value

Type: System.Object
Value of the ADS variable.

Reference

AdsNotificationExEventArgs Class

TwinCAT.Ads Namespace