DynamicSymbol.OnWriteRawValue Method

Handler function for reading symbols raw value.

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

Syntax

C#

protected virtual void OnWriteRawValue(
    byte[] rawValue,
    int timeout
)

VB

Protected Overridable Sub OnWriteRawValue ( 
    rawValue As Byte(),
    timeout As Integer
)

Parameters

rawValue

Type: .System.Byte.
The raw value.

timeout

Type: System.Int32
The timeout.

Reference

DynamicSymbol Class

TwinCAT.TypeSystem Namespace