BufferMarshallerTUnmarshal Method |
Unmarshal memory into a class/struct.
Namespace:
Demo3D.PLC.Comms
Assembly:
PLC (in PLC.dll) Version: 18.04.00
Syntaxpublic T Unmarshal(
in BufferSegment data
)
Parameters
- data
- Type: Demo3D.IOBufferSegment
Memory to unmarshal.
Return Value
Type:
TUnmarshalled object.
See Also