AdsConnectionReadWriteAsResult(UInt32, UInt32, Int32, ReadOnlyMemoryByte, Int32) Method

Writes data synchronously to an ADS device and then Reads data from this device.


Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

public ResultReadWriteBytes ReadWriteAsResult(
    uint indexGroup,
    uint indexOffset,
    int readLength,
    ReadOnlyMemory<byte> writeBuffer,
    int timeout
)

Parameters

indexGroup  UInt32

Thhe index group number of the requested ADS service.

indexOffset  UInt32

The index offset number of the requested ADS service.

readLength  Int32

Length of the read.

writeBuffer  ReadOnlyMemoryByte

The write buffer.

timeout  Int32

The timeout.

Return Value

ResultReadWriteBytes
Number of successfully returned data bytes.

Implements

IAdsReadWriteTimeoutAccessReadWriteAsResult(UInt32, UInt32, Int32, ReadOnlyMemoryByte, Int32)

Reference

AdsConnection Class ReadWriteAsResult Overload TwinCAT.Ads Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026