IAdsSymbolicAccess Interface
Interface for symbolic ads access.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public interface IAdsSymbolicAccess
The IAdsSymbolicAccess type exposes the following members.
Methods
|
Name |
Description |
---|---|---|
|
Clears the internal symbol / DataTypes cache. | |
|
Call this method to obtain information about the specified data type. | |
|
Call this method to obtain information about the specified data type. | |
|
Call this method to obtain information about the individual symbols (variables) in ADS devices. | |
|
Call this method to obtain information about the individual symbols (variables) in ADS devices. | |
|
Reads the value of a symbol and returns it as an object. | |
|
Reads the value of a symbol and returns the value as object. The parameter type must have the same binary layout as the ADS symbol. | |
|
Reads the value of a symbol and returns it as an object. | |
|
Reads the value of a symbol and returns the value. The parameter type must have the same binary layout as the ADS symbol. | |
|
Reads the value of a symbol asynchronously and returns it as an object. | |
|
Reads the value of a symbol asynchronously. | |
|
Reads the value of a symbol asynchronously and returns it as an object. | |
|
Reads the value of a symbol asynchronously. | |
|
Call this method to obtain information about the specified data type. | |
|
Call this method to obtain information about the individual symbols (variables) in ADS devices. | |
|
Reads the value of a symbol and returns it as an object. | |
|
Reads the value of a symbol and returns the value as object. | |
|
Reads the value of a symbol and returns it as an object. | |
|
Reads the value of a symbol and returns the value as object. | |
|
Writes a value to the symbol. Strings and all primitive data types(UInt32, Int32, Bool etc.) are supported. If a string is passed as parameter, the method attempts to parse the string according to the ADS data type of the symbol. | |
|
Writes the passed object value to the specified ADS symbol.The parameter type must have the same layout as the ADS symbol. | |
|
Writes a value to the symbol. Strings and all primitive data types(UInt32, Int32, Bool etc.) are supported. If a string is passed as parameter, the method attempts to parse the string according to the ADS data type of the symbol. | |
|
Writes the passed object value to the specified ADS symbol.The parameter type must have the same binary layout as the ADS symbol. | |
|
Writes a value to the symbol. Strings and all primitive data types(UInt32, Int32, Bool etc.) are supported. If a string is passed as parameter, the method attempts to parse the string according to the ADS data type of the symbol. | |
|
Writes the passed object value to the specified ADS symbol.The parameter type must have the same binary layout as the ADS symbol. | |
|
Writes a value to the symbol. Strings and all primitive data types(UInt32, Int32, Bool etc.) are supported. If a string is passed as parameter, the method attempts to parse the string according to the ADS data type of the symbol. | |
|
Writes the passed object value to the specified ADS symbol.The parameter type must have the same binary layout as the ADS symbol. | |
|
Writes a value to the symbol. Strings and all primitive data types(UInt32, Int32, Bool etc.) are supported. If a string is passed as parameter, the method attempts to parse the string according to the ADS data type of the symbol. | |
|
Writes a value to the symbol. Strings and all primitive data types(UInt32, Int32, Bool etc.) are supported. If a string is passed as parameter, the method attempts to parse the string according to the ADS data type of the symbol. | |
|
Writes the passed object value to the specified ADS symbol.The parameter type must have the same binary layout as the ADS symbol. |