IAdsHandle Interface
Interface for ADS access via variable handle
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public interface IAdsHandle
The IAdsHandle type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Determines the Symbol handle by its instance path synchronously. | |
|
Determines the Symbol handle by its instance path asynchronously. | |
|
Releases the specified symbol/variable handle synchronously. | |
|
Releases the specified symbol/variable handle asynchronously. | |
|
Reads data synchronously from an ADS device and writes to the specified readBuffer. | |
|
Reads the value data of the symbol asynchronously into the readBuffer. | |
|
Writes data synchronously to an ADS device and then Reads data from that target. | |
|
ReadWrites value data asynchronously to/from the symbol represented by the variableHandle. | |
|
Determines the Symbol handle by its instance path synchronously. | |
|
Releases the specified symbol/variable handle synchronously. | |
|
Reads the value synchronously data of the symbol, that is represented by the variable handle into the readBuffer. | |
|
ReadWrites value data synchronously to/from the symbol represented by the variableHandle. | |
|
Writes the value data synchronously that is represented in the writeBuffer to the symbol with the specified variableHandle. | |
|
Writes data synchronously to an ADS device. | |
|
Writes the value data asynchronously that is represented by the writeBuffer to the symbol specified by the variableHandle. |