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 IAccessorRawValueThe IAccessorRawValue type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the default value encoding. | |
|
|
Gets the symbol encoding. | |
|
|
Gets the value factory |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Reads an array element value as bytes. | |
|
|
Reads the array element value as bytes asynchronously. | |
|
|
Reads a Symbol value as bytes. | |
|
|
Read a Symbol value asynchronously as bytes . | |
|
|
Writes an array element value from raw memory asynchronously to the ADS Device. | |
|
|
TryWriteRaw(ISymbol, ReadOnlyMemoryByte, NullableDateTimeOffset) |
Writes the symbol value from source memory location 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. | |
|
|
WriteRawAsync(ISymbol, ReadOnlyMemoryByte, CancellationToken) |
Writes the symbol value asynchronously from source memory location to the ADS Device. |
|
|
Writes the symbol value asynchronously from source memory location to the ADS Device. |
- IAccessorRawValue.DefaultValueEncoding Property
- IAccessorRawValue.ValueFactory Property
- IAccessorRawValue.ReadArrayElementRawAsync Method
- IAccessorRawValue.ReadRawAsync Method
- IAccessorRawValue.TryReadArrayElementRaw Method
- IAccessorRawValue.TryReadRaw Method
- IAccessorRawValue.TryWriteArrayElementRaw Method
- IAccessorRawValue.TryWriteRaw Method
- IAccessorRawValue.WriteArrayElementRawAsync Method
- IAccessorRawValue.WriteRawAsync Method