IValueRawSymbol.WriteRawValue Method (.Byte., Int32)

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

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

Syntax

C#

void WriteRawValue(
    byte[] rawValue,
    int timeout
)

Parameters

rawValue

Type: .System.Byte.
The value as byte array.

timeout

Type: System.Int32
The timeout.

Field Value

Type: 
The value.

Remarks

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

Reference

IValueRawSymbol Interface

WriteRawValue Overload

TwinCAT.TypeSystem Namespace