IAdsAnyAccess Interface

Interface for accessing ADS 'Any' objects.

Namespace:  TwinCAT.Ads
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public interface IAdsAnyAccess

VB

Public Interface IAdsAnyAccess

Methods

 

Name

Description

IAdsAnyAccess Interface 1:

ReadAny(Int32, Type)

Reads data synchronously from an ADS device and writes it to an object.

IAdsAnyAccess Interface 2:

ReadAny(Int32, Type, .Int32.)

Reads data synchronously from an ADS device and writes it to an object.

IAdsAnyAccess Interface 3:

ReadAny(UInt32, UInt32, Type)

Reads data synchronously from an ADS device and writes it to an object.

IAdsAnyAccess Interface 4:

ReadAny(UInt32, UInt32, Type, .Int32.)

Reads data synchronously from an ADS device and writes it to an object.

IAdsAnyAccess Interface 5:

ReadAnyString(Int32, Int32, Encoding)

Reads the string.

IAdsAnyAccess Interface 6:

ReadAnyString(UInt32, UInt32, Int32, Encoding)

Reads the string

IAdsAnyAccess Interface 7:

WriteAny(Int32, Object)

Writes an object synchronously to an ADS device.

IAdsAnyAccess Interface 8:

WriteAny(Int32, Object, .Int32.)

Writes an object synchronously to an ADS device. If the Type of the object to be written is a string type, the first element of parameter args specifies the number of characters of the string.

IAdsAnyAccess Interface 9:

WriteAny(UInt32, UInt32, Object)

Writes an object synchronously to an ADS device.

IAdsAnyAccess Interface 10:

WriteAny(UInt32, UInt32, Object, .Int32.)

Writes an object synchronously to an ADS device.

Reference

TwinCAT.Ads Namespace