IAdsReadWrite.Write(UInt32, UInt32, ReadOnlyMemory<Byte>) Method

Writes data synchronously to an ADS device.


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

Syntax

C#

void Write(
uint indexGroup,
uint indexOffset,
ReadOnlyMemory<byte> writeBuffer
)

Parameters

indexGroup  UInt32

Contains the index group number of the requested ADS service.

indexOffset  UInt32

Contains the index offset number of the requested ADS service.

writeBuffer  ReadOnlyMemory<Byte>

The data to write.

See Also

Reference

IAdsReadWrite Interface Write Overload TwinCAT.Ads Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026