IAdsStateProvider Interface
Interface IAdsStateProvider
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface IAdsStateProviderThe IAdsStateProvider type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Reads the ADS status and the device status from an ADS server. | |
|
|
Reads the ADS status and the device status from an ADS server. | |
|
|
Registers for AdsStateChanged events as an asynchronous operation. | |
|
|
Reads the ADS status and the device status from an ADS server. Unlike the ReadState method this method does not call an exception on failure. Instead an AdsErrorCode is returned. If the return value is equal to AdsErrorCode.NoError the call was successful. | |
|
|
Registers for AdsStateChanged events as an asynchronous operation. |
Events
|
|
Name |
Description |
|---|---|---|
|
|
Occurs when the AdsState of the target system has been changed. |