Click or drag to resize

BufferDataConverterContext Class

Used by BufferDataConverter, this class provides the context of a conversion.
Inheritance Hierarchy
SystemObject
  BufferDataConversionContext
    Demo3D.PLC.CommsBufferDataConverterContext
      Demo3D.PLC.CommsBufferDataConverterContextProvider

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

The BufferDataConverterContext type exposes the following members.

Constructors
 NameDescription
Public methodBufferDataConverterContext Constructs a context for marshalling/unmarshalling data to/from an array of bytes.
Top
Properties
 NameDescription
Public propertyAddressArea The area of memory being addressed by this buffer. Specifically, this is used to marshal booleans into the correct bit in the buffer. Supercedes the area of Address (normally a subrange of the address).
Top
Remarks
Consider using BufferMarshallerT instead.
See Also