IAdsSymbolicAccess Methods
The IAdsSymbolicAccess type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Clears the internal symbol / DataTypes cache. | |
|
|
Reads/Determines the DataType Inforrmation with the specifed name. | |
|
|
Reads/Determines the DataType of the specified type as an asynchronous operation. | |
|
|
Reads the symbol information about an individual variable in ADS devices. | |
|
|
Reads the symbol information object specified by the instance path as an asynchronous operation. | |
|
|
Reads the value of a symbol and returns the value as (boxed) object. | |
|
|
Reads the value of a symbol specified with its instance path and returns the value as boxed object. | |
|
|
Reads the value of a symbol specified with its instance path and returns the value as object of the specified type. | |
|
|
Reads the value of a symbol and returns it as an typed object. | |
|
|
Reads the value of a symbol and returns the value as specified type. | |
|
|
Reads the value of a symbol as an asynchronous operation and returns the value as an (boxed) object. | |
|
|
Reads the typed value of a symbol as an asynchronous operation. | |
|
|
Reads the value of a symbol as an asynchornous operation and returns the value of the specified type. | |
|
|
Reads the typed value of a symbol specified by the instance path as an asynchronous operation. | |
|
|
Tries to Read/Determine the DataType of the specified type. | |
|
|
Tries to read the symbol information object specified by the instance path. | |
|
|
Tries to read the value of a symbol and returns the value as boxed object. | |
|
|
Tries to the value of a symbol specified as instance path and returns the value as (boxed) object. | |
|
|
Reads the value of a symbol and returns the value as typed value. | |
|
|
Tries to reads the value of a symbol specified with instance path and returns the typed value. | |
|
|
Tries to write a (boxed) value to the symbol | |
|
|
Tries to write a (boxed) value to the symbol instance specified by its instance/symbol path. | |
|
|
Tries to write a value to the symbol. | |
|
|
Tries to Write a (typed) value to the symbol instance specified by its instance/symbol path. | |
|
|
Writes a (boxed) value to the symbol. | |
|
|
Writes a (boxed value) to the symbol instance specified by its instance/symbol path. | |
|
|
Writes a (typed) value to the symbol. | |
|
|
Writes a typed value to the symbol instance specified by its instance/symbol path. | |
|
|
Writes a (boxed) value to the symbol as an asynchronous operation. | |
|
|
Writes a (typed) value to the symbol as an asynchronous operation. | |
|
|
Writes a (typed) value to the symbol instance specified by its instance/symbol path as an asynchronous operation. |
See Also
Reference
IAdsSymbolicAccess Interface TwinCAT.Ads Namespace
Beckhoff Automation GmbH & Co. KG 2001-2026
- 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
- IAdsSymbolicAccess.ReadValue(ISymbol) Method
- IAdsSymbolicAccess.ReadValue(String) Method
- IAdsSymbolicAccess.ReadValue(String, Type) Method
- IAdsSymbolicAccess.ReadValueAsync(String, Type, CancellationToken) Method
- IAdsSymbolicAccess.TryReadValue(ISymbol, Object) Method
- IAdsSymbolicAccess.TryReadValue(String, Type, Object) Method