TcAdsClient.Write Method (Int32, Int32, .Byte., 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(
int indexGroup,
int indexOffset,
byte[] writeBuffer,
int offset,
int length
)
VB
Public Sub Write (
indexGroup As Integer,
indexOffset As Integer,
writeBuffer As Byte(),
offset As Integer,
length As Integer
)
Parameters
indexGroup |
Type: System.Int32 |
indexOffset |
Type: System.Int32 |
writeBuffer |
Type: .System.Byte. |
offset |
Type: System.Int32 |
length |
Type: System.Int32 |