IAdsSymbolicAccessReadValueT(ISymbol) Method

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


Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

T ReadValue<T>(
    ISymbol symbol
)

Parameters

symbol  ISymbol

The symbol that should be read.

Type Parameters

T

The value type.

Return Value

T
The value of the symbol.

Remarks

This method automatically marshals the read values to appropriate .NET objects if possible. The overall behaviour is described here in the interface description.

Reference

IAdsSymbolicAccess Interface ReadValue Overload TwinCAT.Ads Namespace TryReadValueT(ISymbol, T) ReadValueAsyncT(ISymbol, CancellationToken)

Beckhoff Automation GmbH & Co. KG 2001-2026