IAdsSymbolicAccess Methods

The IAdsSymbolicAccess type exposes the following members.

Methods

 

Name

Description

IAdsSymbolicAccess Methods 1:

CleanupSymbolTable

Clears the internal symbol / DataTypes cache.

IAdsSymbolicAccess Methods 2:

ReadDataType

Reads/Determines the DataType Inforrmation with the specifed name.

IAdsSymbolicAccess Methods 3:

ReadDataTypeAsync

Reads/Determines the DataType of the specified type as an asynchronous operation.

IAdsSymbolicAccess Methods 4:

ReadSymbol

Reads the symbol information about an individual variable in ADS devices.

IAdsSymbolicAccess Methods 5:

ReadSymbolAsync

Reads the symbol information object specified by the instance path as an asynchronous operation.

IAdsSymbolicAccess Methods 6:

ReadValue(ISymbol)

Reads the value of a symbol and returns the value as (boxed) object.

IAdsSymbolicAccess Methods 7:

ReadValue(String)

Reads the value of a symbol specified with its instance path and returns the value as boxed object.

IAdsSymbolicAccess Methods 8:

ReadValue(String, Type)

Reads the value of a symbol specified with its instance path and returns the value as object of the specified type.

IAdsSymbolicAccess Methods 9:

ReadValueT(ISymbol)

Reads the value of a symbol and returns it as an typed object.

IAdsSymbolicAccess Methods 10:

ReadValueT(String)

Reads the value of a symbol and returns the value as specified type.

IAdsSymbolicAccess Methods 11:

ReadValueAsync(ISymbol, CancellationToken)

Reads the value of a symbol as an asynchronous operation and returns the value as an (boxed) object.

IAdsSymbolicAccess Methods 12:

ReadValueAsync(String, Type, CancellationToken)

Reads the typed value of a symbol as an asynchronous operation.

IAdsSymbolicAccess Methods 13:

ReadValueAsyncT(ISymbol, CancellationToken)

Reads the value of a symbol as an asynchornous operation and returns the value of the specified type.

IAdsSymbolicAccess Methods 14:

ReadValueAsyncT(String, CancellationToken)

Reads the typed value of a symbol specified by the instance path as an asynchronous operation.

IAdsSymbolicAccess Methods 15:

TryReadDataType

Tries to Read/Determine the DataType of the specified type.

IAdsSymbolicAccess Methods 16:

TryReadSymbol

Tries to read the symbol information object specified by the instance path.

IAdsSymbolicAccess Methods 17:

TryReadValue(ISymbol, Object)

Tries to read the value of a symbol and returns the value as boxed object.

IAdsSymbolicAccess Methods 18:

TryReadValue(String, Type, Object)

Tries to the value of a symbol specified as instance path and returns the value as (boxed) object.

IAdsSymbolicAccess Methods 19:

TryReadValueT(ISymbol, T)

Reads the value of a symbol and returns the value as typed value.

IAdsSymbolicAccess Methods 20:

TryReadValueT(String, T)

Tries to reads the value of a symbol specified with instance path and returns the typed value.

IAdsSymbolicAccess Methods 21:

TryWriteValue(ISymbol, Object)

Tries to write a (boxed) value to the symbol

IAdsSymbolicAccess Methods 22:

TryWriteValue(String, Object)

Tries to write a (boxed) value to the symbol instance specified by its instance/symbol path.

IAdsSymbolicAccess Methods 23:

TryWriteValueT(ISymbol, T)

Tries to write a value to the symbol.

IAdsSymbolicAccess Methods 24:

TryWriteValueT(String, T)

Tries to Write a (typed) value to the symbol instance specified by its instance/symbol path.

IAdsSymbolicAccess Methods 25:

WriteValue(ISymbol, Object)

Writes a (boxed) value to the symbol.

IAdsSymbolicAccess Methods 26:

WriteValue(String, Object)

Writes a (boxed value) to the symbol instance specified by its instance/symbol path.

IAdsSymbolicAccess Methods 27:

WriteValueT(ISymbol, T)

Writes a (typed) value to the symbol.

IAdsSymbolicAccess Methods 28:

WriteValueT(String, T)

Writes a typed value to the symbol instance specified by its instance/symbol path.

IAdsSymbolicAccess Methods 29:

WriteValueAsync(ISymbol, Object, CancellationToken)

Writes a (boxed) value to the symbol as an asynchronous operation.

IAdsSymbolicAccess Methods 30:

WriteValueAsyncT(ISymbol, T, CancellationToken)

Writes a (typed) value to the symbol as an asynchronous operation.

IAdsSymbolicAccess Methods 31:

WriteValueAsyncT(String, T, CancellationToken)

Writes a (typed) value to the symbol instance specified by its instance/symbol path as an asynchronous operation.

Reference

IAdsSymbolicAccess Interface TwinCAT.Ads Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026