TcAdsClient.WriteAny Method (Int32, Object)
Writes an object synchronously to an ADS device.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public void WriteAny(
int variableHandle,
Object value
)
VB
Public Sub WriteAny (
variableHandle As Integer,
value As Object
)
Parameters
variableHandle |
Type: System.Int32 |
value |
Type: System.Object |