DynamicSymbol.ReadRawValue Method (Int32)

Reads the Symbols raw value

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

Syntax

C#

public byte[] ReadRawValue(
    int timeout
)

Parameters

timeout

Type: System.Int32
The timeout in ms.

Field Value

Type: .Byte.
The raw value in bytes.

Return Value

Type: .Byte.
System.Byte[].

Implements

IValueRawSymbol.ReadRawValue(Int32)

Remarks

A negative timeout indicates that the Default Timeout for the communication will be used. 0 means timeout is switched off.

Reference

DynamicSymbol Class

ReadRawValue Overload

TwinCAT.TypeSystem Namespace