IStructValue Interface

Interface IStructValue

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public interface IStructValue : IValue

VB

Public Interface IStructValue
    Inherits 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:

UtcTimeStamp

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

Methods

 

Name

Description

IStructValue Interface 7:

Read

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

IStructValue Interface 8:

ResolveValue

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

IStructValue Interface 9:

TryGetMemberValue

Tries to get a property/Member value.

IStructValue Interface 10:

TryResolveValue

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

IStructValue Interface 11:

TrySetMemberValue

Tries to Set a Member/Property Value

IStructValue Interface 12:

Write

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

Reference

TwinCAT.TypeSystem Namespace

TwinCAT.TypeSystem.IValue