Symbol.OnWriteRawValue Method

Handler function for writing the RawValue

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

Syntax

C#

protected virtual void OnWriteRawValue(
    ReadOnlyMemory<byte> value,
    int timeout
)

Parameters

value

Type: System.ReadOnlyMemory.Byte.
The value.

timeout

Type: System.Int32
The timeout.

Exceptions

Exception

Condition

CannotAccessVirtualSymbolException

SymbolException

Reference

Symbol Class

TwinCAT.Ads.TypeSystem Namespace