IAccessorRawValue Interface

Helper Interface to access Symbol Values as byte Arrays


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

Syntax

C#

public interface IAccessorRawValue

The IAccessorRawValue type exposes the following members.

Properties

 

Name

Description

IAccessorRawValue Interface 1:

DefaultValueEncoding

Gets the default value encoding.

IAccessorRawValue Interface 2:

SymbolEncoding

Gets the symbol encoding.

IAccessorRawValue Interface 3:

ValueFactory

Gets the value factory

Methods

 

Name

Description

IAccessorRawValue Interface 4:

ReadArrayElementRaw

Reads an array element value as bytes.

IAccessorRawValue Interface 5:

ReadArrayElementRawAsync

Reads the array element value as bytes asynchronously.

IAccessorRawValue Interface 6:

ReadRaw

Reads a Symbol value as bytes.

IAccessorRawValue Interface 7:

ReadRawAsync

Read a Symbol value asynchronously as bytes .

IAccessorRawValue Interface 8:

TryWriteArrayElementRaw

Writes an array element value from raw memory asynchronously to the ADS Device.

IAccessorRawValue Interface 9:

TryWriteRaw(ISymbol, ReadOnlyMemoryByte, NullableDateTimeOffset)

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

IAccessorRawValue Interface 10:

TryWriteRaw(ISymbol, ReadOnlyMemoryByte, IDictionaryISymbol, ReadOnlyMemoryByte, NullableDateTimeOffset)

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

IAccessorRawValue Interface 11:

WriteArrayElementRawAsync

Writes an array element value from raw memory asynchronously to the ADS Device.

IAccessorRawValue Interface 12:

WriteRawAsync(ISymbol, ReadOnlyMemoryByte, CancellationToken)

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

IAccessorRawValue Interface 13:

WriteRawAsync(ISymbol, ReadOnlyMemoryByte, IDictionaryISymbol, ReadOnlyMemoryByte, CancellationToken)

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

Reference

TwinCAT.ValueAccess Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026