IAccessorValueFactory Interface
Factory interfaces for Accessor implementations.
Namespace: TwinCAT.ValueAccess
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public interface IAccessorValueFactoryThe IAccessorValueFactory type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets the configuration. | |
|
|
Gets the default value encoding. | |
|
|
Gets the logger factory. | |
|
|
Gets the value marshaler. |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Creates a primitive value, independent of any settings. | |
|
|
Creates the symbols value from raw memory data. |
Remarks
This interface is used by a custom Accessor class to create Value objects from memory representations.