DynamicSymbol.WriteRawValue Method (.Byte., Int32)

Writes the Symbol raw Value

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

Syntax

C#

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

VB

Public Sub WriteRawValue ( 
    rawValue As Byte(),
    timeout As Integer
)

Parameters

rawValue

Type: .System.Byte.
The raw value.

timeout

Type: System.Int32
The timeout.

Implements

IValueRawSymbol.WriteRawValue(.Byte., Int32)

Reference

DynamicSymbol Class

WriteRawValue Overload

TwinCAT.TypeSystem Namespace