Click or drag to resize

BufferDataMarshaller Class

A marshaller for marshalling and unmarshalling a specified data type to/from memory.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsBufferDataMarshaller

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

The BufferDataMarshaller type exposes the following members.

Constructors
 NameDescription
Protected methodBufferDataMarshaller Constructs a BufferDataMarshaller.
Top
Properties
 NameDescription
Protected propertyDataType The corresponding data type.
Public propertyString Marshaller description.
Top
Methods
 NameDescription
Protected methodMarshalPacket Marshal data into a buffer to be written to the peer.
Protected methodSizeBits Returns the size of type.
Protected methodUnmarshalPacket Unmarshal data read from a memory address and return its value as the DataType.
Top
See Also