NotificationSettings Constructor

Initializes a new instance of the NotificationSettings class.

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

Syntax

C#

public NotificationSettings(
    AdsTransMode mode,
    int cycleTime,
    int maxDelay
)

VB

Public Sub New ( 
    mode As AdsTransMode,
    cycleTime As Integer,
    maxDelay As Integer
)

Parameters

mode

Type: TwinCAT.Ads.AdsTransMode
The ADS Transmission mode.

cycleTime

Type: System.Int32
The cycle time in ms.

maxDelay

Type: System.Int32
The maximum delay in ms

Reference

NotificationSettings Class

TwinCAT.Ads Namespace