IValue Interface
Symbol Value Interface
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public interface IValue
VB
Public Interface IValue
The IValue type exposes the following members.
Properties
|
Name |
Description |
---|---|---|
|
Gets the age of the value (last successful read of the value) | |
|
Gets the cached Raw internal Data. | |
|
Gets the data type bound to this IValue | |
|
Gets a value indicating whether this IValue is a primitive value. | |
|
Gets the symbol bound to this IValue. | |
|
Gets the Time stamp of the last successful read of the Value (local user time, UTC) |
Methods
|
Name |
Description |
---|---|---|
|
Reads the value (via ADS) | |
|
Resolves the Value object to its primitive value. | |
|
Tries to resolves the Value object to its primitive value. | |
|
Writes the value (via ADS) |