Symbol.OnWriteRawValue Method

Handler function for writing the RawValue

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

Syntax

C#

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

VB

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

Parameters

value

Type: .System.Byte.
The value.

timeout

Type: System.Int32
The timeout.

Exceptions

Exception

Condition

CannotAccessVirtualSymbolException

SymbolException

SymbolException

AdsErrorException

AdsSymbolException

AdsErrorException

Reference

Symbol Class

TwinCAT.Ads.TypeSystem Namespace