Click or drag to resize

DataArrayTValueChange Structure

Previous value of an element that changed.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Demo3D.PLC.CommsDataArrayTValueChange

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public struct ValueChange

The DataArrayTValueChange type exposes the following members.

Fields
 NameDescription
Public fieldIndex Index of element that changed.
Public fieldOldValue Previous value of element.
Top
See Also