Click or drag to resize

BufferMarshaller Class

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

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public class BufferMarshaller

The BufferMarshaller type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyDataType Marsahller data type.
Top
Methods
 NameDescription
Public methodMarshal(DataValue) Marshal class/struct to memory.
Public methodMarshal(DeltaValue) Marshal class/struct to memory.
Public methodMarshal(Object) Marshal class/struct to memory.
Public methodMarshal(ValueStruct) Marshal class/struct to memory.
Public methodUnmarshalDataValue Unmarshal memory into a class/struct.
Top
See Also