IAdsReadWrite2 Interface
Interface for ADS Read/Write access via IndexGroup / IndexOffset
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public interface IAdsReadWrite2 : IAdsReadWrite
The IAdsReadWrite2 type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Reads data synchronously from an ADS device and writes it to the given readBuffer | |
|
Reads the data asynchronously from specified IndexGroup/IndexOffset (Inherited from IAdsReadWrite.) | |
|
Writes data synchronously to an ADS device and then Reads data from this device into the readBuffer | |
|
Read/Writes data asynchronously to/from the specified writeBuffer, readBuffer (Inherited from IAdsReadWrite.) | |
|
Reads data synchronously from an ADS device and writes it to the given stream. (Inherited from IAdsReadWrite.) | |
|
Writes data synchronously to an ADS device and reads data from that device. (Inherited from IAdsReadWrite.) | |
|
Writes data synchronously to an ADS device. (Inherited from IAdsReadWrite.) | |
|
Triggers a 'Write' call to the ADS device at the specified address. | |
|
Writes data synchronously to an ADS device. | |
|
Writes the data / Value asynchronously into the specified writeBuffer. (Inherited from IAdsReadWrite.) |