AdsClient.AdsStateChanged Event

Occurs when the ADS state changes.

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

Syntax

C#

public event EventHandler<AdsStateChangedEventArgs> AdsStateChanged

Value

Type: System.EventHandler.AdsStateChangedEventArgs.

Implements

IAdsStateProvider.AdsStateChanged

Remarks

This works only for ports that support Notifications (e.g. Port 851 but not Port 10000).

Reference

AdsClient Class

TwinCAT.Ads Namespace