Click or drag to resize

DataValueCreateT(T, CommonTime) Method

Constructs a TimestampedValue.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public static DataValue Create<T>(
	T value,
	CommonTime time
)

Parameters

value  T
The data value.
time  CommonTime
Timestamp.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Demo3D.PLC.Comms.DataValue.Create``1(``0,Demo3D.Time.CommonTime)"]

Return Value

DataValue
A new TimestampedValue.
See Also