Symbol.WriteRawValue Method (.Byte., Int32)

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

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

Syntax

C#

public void WriteRawValue(
    byte[] rawValue,
    int timeout
)

Parameters

rawValue

Type: .System.Byte.
The raw value.

timeout

Type: System.Int32
The timeout.

Field Value

Type: 
The raw value.

Implements

IValueRawSymbol.WriteRawValue(.Byte., Int32)

Remarks

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

Reference

Symbol Class

WriteRawValue Overload

TwinCAT.Ads.TypeSystem Namespace