AdsClient.Read Method (UInt32, UInt32, Memory.Byte.)

Reads data synchronously from an ADS device and writes it to the given readBuffer

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

Syntax

C#

public int Read(
    uint indexGroup,
    uint indexOffset,
    Memory<byte> readBuffer
)

Parameters

indexGroup

Type: System.UInt32
Contains the index group number of the requested ADS service.

indexOffset

Type: System.UInt32
Contains the index offset number of the requested ADS service.

readBuffer

Type: System.Memory.Byte.
Memory location, where to read the data.

Return Value

Type: Int32
Number of successfully returned (read) data bytes.

Implements

IAdsReadWrite2.Read(UInt32, UInt32, Memory.Byte.)

Reference

AdsClient Class

Read Overload

TwinCAT.Ads Namespace