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 |
---|---|---|
|
Gets the default value encoding. | |
|
Gets the value factory |
Methods
|
Name |
Description |
---|---|---|
|
Reads the array element value as bytes asynchronously. | |
|
Read a Symbol value asynchronously as bytes . | |
|
Reads an array element value as bytes. | |
|
Read a Symbol value as bytes. | |
|
Writes an array element value from raw memory asynchronously to the ADS Device. | |
|
Writes the symbol value from source memory location to the ADS Device. | |
|
Writes an array element value from raw memory asynchronously to the ADS Device. | |
|
Writes the symbol value asynchronously from source memory location to the ADS Device. |