Click or drag to resize

DataValue(DataValue) Constructor

Constructs a TimestampedValue.

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

Parameters

value  DataValue
The data value.

Return Value

A new TimestampedValue.
See Also