Click or drag to resize

UNIDUnmarshal Method

Unmarshal the specified buffer.

Namespace:  Demo3D.PLC.Comms.CIP
Assembly:  PLC (in PLC.dll) Version: 18.04.00
Syntax
C#
public static UNID Unmarshal(
	IDataReader reader
)

Parameters

reader
Type: Demo3D.IOIDataReader
The buffer

Return Value

Type: UNID
The unmarshalled DATE_AND_TIME.
See Also