IAccessorRawValue.TryWriteRaw Method

Writes the symbol value from source memory location to the ADS Device.

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

Syntax

C#

int TryWriteRaw(
    ISymbol symbolInstance,
    ReadOnlyMemory<byte> writeBuffer,
    out DateTimeOffset? timeStamp
)

Parameters

symbolInstance

Type: TwinCAT.TypeSystem.ISymbol
The symbol instance.

writeBuffer

Type: System.ReadOnlyMemory.Byte.
The write buffer containing the data to write.

timeStamp

Type: System.Nullable.DateTimeOffset..
The write timestamp.

Return Value

Type: Int32
Error code. 0 represents succeed.

Reference

IAccessorRawValue Interface

TwinCAT.ValueAccess Namespace