IAdsSymbolicAccess Methods
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. |
- IAdsSymbolicAccess.CleanupSymbolTable Method
- IAdsSymbolicAccess.ReadDataType Method
- IAdsSymbolicAccess.ReadDataTypeAsync Method
- IAdsSymbolicAccess.ReadSymbol Method
- IAdsSymbolicAccess.ReadSymbolAsync Method
- IAdsSymbolicAccess.ReadValue Method
- IAdsSymbolicAccess.ReadValueAsync Method
- IAdsSymbolicAccess.TryReadDataType Method
- IAdsSymbolicAccess.TryReadSymbol Method
- IAdsSymbolicAccess.TryReadValue Method
- IAdsSymbolicAccess.TryWriteValue Method
- IAdsSymbolicAccess.WriteValue Method
- IAdsSymbolicAccess.WriteValueAsync Method