AdsClient.ReadAsync Method (UInt32, UInt32, Memory`1, Void)

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 5.0.294+Branch.releases-5.0.Sha.90bb9a1b43b6095934fddca3e72bc0ea15da1c14

Syntax

C#

public Task<ResultRead> ReadAsync(
    uint indexGroup,
    uint indexOffset,
    Memory readBuffer,
    void cancel
)

Parameters

indexGroup

Type: System.UInt32

indexOffset

Type: System.UInt32

readBuffer

Type: Memory

cancel

Type: System.Void

Return Value

Type: Task.ResultRead.

Reference

AdsClient Class

ReadAsync Overload

TwinCAT.Ads Namespace