AdsConnection.Write Method (UInt32, UInt32, AdsStream)
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
)
VB
Public Sub Write (
indexGroup As UInteger,
indexOffset As UInteger,
dataStream As AdsStream
)
Parameters
indexGroup |
Type: System.UInt32 |
indexOffset |
Type: System.UInt32 |
dataStream |
Type: TwinCAT.Ads.AdsStream |