AdsConnection.ReadAnyString Method (UInt32, Int32, Encoding)
Reads a string from the specified symbol/variable.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 6.0.328+39e3229
Syntax
C#
public string ReadAnyString(
uint variableHandle,
int len,
Encoding encoding
)
Parameters
variableHandle |
Type: System.UInt32 |
len |
Type: System.Int32 |
encoding |
Type: System.Text.Encoding |
Return Value
Type: String
The string value.