Click or drag to resize

DataArrayTValueChange Structure

Previous value of an element that changed.

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

The DataArrayTValueChange generic type exposes the following members.

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