AdsConnection.AddDeviceNotification Method (UInt32, UInt32, AdsStream, AdsTransMode, Int32, Int32, Object)
Connects a variable to the ADS client. The ADS client will be notified by the AdsNotification event.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public int AddDeviceNotification(
uint indexGroup,
uint indexOffset,
AdsStream dataStream,
AdsTransMode transMode,
int cycleTime,
int maxDelay,
Object userData
)
VB
Public Function AddDeviceNotification (
indexGroup As UInteger,
indexOffset As UInteger,
dataStream As AdsStream,
transMode As AdsTransMode,
cycleTime As Integer,
maxDelay As Integer,
userData As Object
) As Integer
Parameters
indexGroup |
Type: System.UInt32 |
indexOffset |
Type: System.UInt32 |
dataStream |
Type: TwinCAT.Ads.AdsStream |
transMode |
Type: TwinCAT.Ads.AdsTransMode |
cycleTime |
Type: System.Int32 |
maxDelay |
Type: System.Int32 |
userData |
Type: System.Object |
Return Value
Type: Int32
The handle of the notification.