IAccessorRawValue Interface

Helper Interface to access Symbol Values as byte Arrays

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

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:

ValueFactory

Gets the value factory

Methods

 

Name

Description

IAccessorRawValue Interface 3:

ReadArrayElementRawAsync

Reads the array element value as bytes asynchronously.

IAccessorRawValue Interface 4:

ReadRawAsync

Read a Symbol value asynchronously as bytes .

IAccessorRawValue Interface 5:

TryReadArrayElementRaw

Reads an array element value as bytes.

IAccessorRawValue Interface 6:

TryReadRaw

Read a Symbol value as bytes.

IAccessorRawValue Interface 7:

TryWriteArrayElementRaw

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

IAccessorRawValue Interface 8:

TryWriteRaw

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

IAccessorRawValue Interface 9:

WriteArrayElementRawAsync

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

IAccessorRawValue Interface 10:

WriteRawAsync

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

Reference

TwinCAT.ValueAccess Namespace