IAccessorValueFactory Interface
Factory interfaces for Accessor implementations.
Namespace: TwinCAT.ValueAccess
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public interface IAccessorValueFactory
The IAccessorValueFactory type exposes the following members.
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.
Further Information