Click or drag to resize

BufferMarshallerT Class

A class for marshalling/unmarshalling objects into memory.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsBufferMarshallerT

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 17.00.05
Syntax
C#
public class BufferMarshaller<T>

Type Parameters

T
The type of the class/struct to be marshalled.

The BufferMarshallerT type exposes the following members.

Constructors
Methods
  NameDescription
Public methodMarshal
Marshal class/struct to memory.
Public methodUnmarshal
Unmarshal memory into a class/struct.
Top
See Also