Symbol.ReadAnyValue.T. Method (Int32)

Reads the value of this Value into a new created instance of the managed type

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public T ReadAnyValue<T>(
    int timeout
)

Parameters

timeout

Type: System.Int32
The timeout in ms.

Type Parameters

T

Return Value

Type: T
Read value (System.Object).

Implements

IValueAnySymbol.ReadAnyValue.T.(Int32)

Reference

Symbol Class

ReadAnyValue Overload

TwinCAT.Ads.TypeSystem Namespace

IValueAnySymbol.WriteAnyValue(Object)

IValueAnySymbol.UpdateAnyValue(Object.)