AdsBinaryWriter.WritePlcAnsiStringFixedLength Method
Writes the PLC ANSI string in a data block of the specified size.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public void WritePlcAnsiStringFixedLength(
string value,
int byteSize
)
VB
Public Sub WritePlcAnsiStringFixedLength (
value As String,
byteSize As Integer
)
Parameters
value |
Type: System.String |
byteSize |
Type: System.Int32 |