Click or drag to resize

BufferMarshallerUnmarshalDataValue Method

Unmarshal memory into a class/struct.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public DeltaValue UnmarshalDataValue(
	 in BufferSegment data
)

Parameters

data  BufferSegment
Memory to unmarshal.

Return Value

DeltaValue
Unmarshalled object.
See Also