IValueRawSymbol.ReadRawValue Method (Int32)

Reads the raw value of the IValueSymbol (Ads Read / Write)

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

byte[] ReadRawValue(
    int timeout
)

VB

Function ReadRawValue ( 
    timeout As Integer
) As Byte()

Parameters

timeout

Type: System.Int32
The timeout in ms.

Field Value

Type: .Byte.
The raw value.

Return Value

Type: .Byte.
System.Byte[].

Remarks

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

Reference

IValueRawSymbol Interface

ReadRawValue Overload

TwinCAT.TypeSystem Namespace