DynamicSymbol.OnWriteRawValueAsync Method

Handler function for writing the raw DynamicSymbol value.


Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

protected virtual Task<ResultWriteAccess> OnWriteRawValueAsync(
byte[] rawValue,
CancellationToken cancel
)

Parameters

rawValue  Byte[]

The raw value to write.

cancel  CancellationToken

The cancellation token.

Return Value

Task<ResultWriteAccess>
An asynchronous task object that represents the 'OnWriteRawValue' operation and returns a ResultWriteAccess as result.

See Also

Reference

DynamicSymbol Class TwinCAT.TypeSystem Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026