AdsClientExtensions Class
Class AdsClientExtensions.
Inheritance Hierarchy
System.Object
TwinCAT.Ads.AdsClientExtensions
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public static class AdsClientExtensions
Methods
|
Name |
Description |
---|---|---|
|
ReadWithFallback(IAdsConnection, UInt32, UInt32, Memory.Byte., UInt32, Boolean.) |
Ads Read with fallback. |
|
Ads Read with Fallback. | |
|
ReadWithFallbackAsync(IAdsConnection, UInt32, UInt32, UInt32, Memory.Byte., CancellationToken) |
Ads Read with fallback as an asynchronous operation. |
|
Ads Read with fallback as an asynchronous operation. | |
|
RepeatedRead(IAdsConnection, UInt32, UInt32, Memory.Byte., Int32, TimeSpan) |
Repeated AdsRead. |
|
Repeated AdsRead. | |
|
RepeatedReadAsync(IAdsConnection, UInt32, UInt32, Memory.Byte., Int32, TimeSpan, CancellationToken) |
Repeated AdsRead as an asynchronous operation. |
|
Repeated AdsRead as an asynchronous operation. |