AdsConnection.Write Method (UInt32, UInt32, AdsStream, Int32, Int32)

Writes data synchronously to an ADS device.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public void Write(
    uint indexGroup,
    uint indexOffset,
    AdsStream dataStream,
    int offset,
    int length
)

VB

Public Sub Write ( 
    indexGroup As UInteger,
    indexOffset As UInteger,
    dataStream As AdsStream,
    offset As Integer,
    length As Integer
)

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.

dataStream

Type: TwinCAT.Ads.AdsStream
Stream that contains the data.

offset

Type: System.Int32
Offset of the data in dataStream.

length

Type: System.Int32
Length of the data in dataStream.

Reference

AdsConnection Class

Write Overload

TwinCAT.Ads Namespace