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