AdsConnection.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
Handle of the ADS variable.

value

Type: System.Object
Object to write to the ADS device.

Implements

IAdsAnyAccess.WriteAny(Int32, Object)

Reference

AdsConnection Class

WriteAny Overload

TwinCAT.Ads Namespace