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.

ReadWithFallback(IAdsConnection, UInt32, UInt32, UInt32, Memory.Byte., Func.ResultRead, Boolean., Boolean.)

Ads Read with Fallback.

ReadWithFallbackAsync(IAdsConnection, UInt32, UInt32, UInt32, Memory.Byte., CancellationToken)

Ads Read with fallback as an asynchronous operation.

ReadWithFallbackAsync(IAdsConnection, UInt32, UInt32, UInt32, Memory.Byte., Func.ResultRead, Boolean., CancellationToken)

Ads Read with fallback as an asynchronous operation.

RepeatedRead(IAdsConnection, UInt32, UInt32, Memory.Byte., Int32, TimeSpan)

Repeated AdsRead.

RepeatedRead(IAdsConnection, UInt32, UInt32, Memory.Byte., Int32, TimeSpan, Func.ResultRead, Boolean.)

Repeated AdsRead.

RepeatedReadAsync(IAdsConnection, UInt32, UInt32, Memory.Byte., Int32, TimeSpan, CancellationToken)

Repeated AdsRead as an asynchronous operation.

RepeatedReadAsync(IAdsConnection, UInt32, UInt32, Memory.Byte., Int32, TimeSpan, Func.ResultRead, Boolean., CancellationToken)

Repeated AdsRead as an asynchronous operation.

Reference

TwinCAT.Ads Namespace