DataValueCreateT(T, CommonTime) Method |
Constructs a TimestampedValue.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic 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
DataValueA new TimestampedValue.
See Also