IAdsHandle Methods
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. |
- IAdsHandle.CreateVariableHandle Method
- IAdsHandle.CreateVariableHandleAsync Method
- IAdsHandle.DeleteVariableHandle Method
- IAdsHandle.DeleteVariableHandleAsync Method
- IAdsHandle.Read Method
- IAdsHandle.ReadAsync Method
- IAdsHandle.ReadWrite Method
- IAdsHandle.ReadWriteAsync Method
- IAdsHandle.TryCreateVariableHandle Method
- IAdsHandle.TryDeleteVariableHandle Method
- IAdsHandle.TryRead Method
- IAdsHandle.TryReadWrite Method
- IAdsHandle.TryWrite Method
- IAdsHandle.Write Method
- IAdsHandle.WriteAsync Method