DataValueTCreate Method (T, CommonTime) |
Constructs a DataValue{T}.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic static DataValue<T> Create(
T value,
CommonTime time
)
Parameters
- value
- Type: T
The data value. - time
- Type: CommonTime
Timestamp.
Return Value
Type:
DataValueTA new DataValue{T}.
See Also