IStructValue Interface

Interface IStructValue

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public interface IStructValue : IValue

The IStructValue type exposes the following members.

Properties

 

Name

Description

IStructValue Interface 1:

Age

Gets the age of the value (last successful read of the value) (Inherited from IValue.)

IStructValue Interface 2:

CachedRaw

Gets the cached Raw internal Data. (Inherited from IValue.)

IStructValue Interface 3:

DataType

Gets the data type bound to this IValue (Inherited from IValue.)

IStructValue Interface 4:

IsPrimitive

Gets a value indicating whether this IValue is a primitive value. (Inherited from IValue.)

IStructValue Interface 5:

Symbol

Gets the symbol bound to this IValue. (Inherited from IValue.)

IStructValue Interface 6:

TimeStamp

Gets the Time stamp of the last successful read of the Value (local user time, UTC) (Inherited from IValue.)

IStructValue Interface 7:

UpdateMode

Gets the update mode (not implemented yet) (Inherited from IValue.)

Methods

 

Name

Description

IStructValue Interface 8:

Read

Reads the value (via ADS) (Inherited from IValue.)

IStructValue Interface 9:

ReadAsync

Reads the value (via ADS) (Inherited from IValue.)

IStructValue Interface 10:

ResolveValue

Resolves the Value object to its primitive value. (Inherited from IValue.)

IStructValue Interface 11:

TryGetMemberValue

Tries to get a property/Member value.

IStructValue Interface 12:

TryResolveValue

Tries to resolves the Value object to its primitive value. (Inherited from IValue.)

IStructValue Interface 13:

TrySetMemberValue

Tries to Set a Member/Property Value

IStructValue Interface 14:

Write

Writes the value (via ADS) (Inherited from IValue.)

IStructValue Interface 15:

WriteAsync

Writes the value (via ADS) (Inherited from IValue.)

Reference

TwinCAT.TypeSystem Namespace

TwinCAT.TypeSystem.IValue